fix: cypress.config allowCypressEnv改为true,允许CI传ADMIN_TOKEN
Some checks failed
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 4s
Test / build-check (push) Successful in 4s
PR Preview / test (pull_request) Successful in 5s
PR Preview / deploy-preview (pull_request) Successful in 12s
Test / e2e-test (push) Failing after 4m16s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-13 21:13:04 +00:00
parent b8b4eceff3
commit 78aea5a148

View File

@@ -9,6 +9,6 @@ export default defineConfig({
viewportHeight: 800,
video: true,
videoCompression: false,
allowCypressEnv: false,
allowCypressEnv: true,
},
})