forked from wangziqi/gongxue-base
test: run launch persona smoke with app session
This commit is contained in:
@@ -136,11 +136,12 @@
|
||||
{
|
||||
"id": "api.launch-persona-smoke",
|
||||
"status": "pass",
|
||||
"command": "npm run smoke:launch-persona > docs/refactor/launch-artifacts/launch-persona-smoke.log",
|
||||
"command": "LAUNCH_SMOKE_AUTH_MODE=app_session npm run smoke:launch-persona > docs/refactor/launch-artifacts/launch-persona-smoke.log",
|
||||
"completedAt": "2026-06-30T10:49:30+08:00",
|
||||
"artifact": "launch-artifacts/launch-persona-smoke.json",
|
||||
"summary": {
|
||||
"status": "pass",
|
||||
"authMode": "app_session",
|
||||
"student": {
|
||||
"status": "pass",
|
||||
"result": {
|
||||
@@ -163,8 +164,8 @@
|
||||
"status": "pass",
|
||||
"result": {
|
||||
"guards": {
|
||||
"studentDashboardDenied": "TENANT_MEMBER_REQUIRED",
|
||||
"crossTenantDenied": "TENANT_MEMBER_REQUIRED"
|
||||
"studentDashboardDenied": "TENANT_ADMIN_REQUIRED",
|
||||
"crossTenantDenied": "AUTH_TENANT_MISMATCH"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user