fix: correct CI test configuration and Navigation test provider
Pull Request / unit-tests (pull_request) Successful in 1m25s
Pull Request / analyze-bump-type (pull_request) Successful in 12s
Pull Request / acceptance-tests (pull_request) Has been cancelled

- Wrap Navigation tests in RoleSwitcherProvider to fix 6 test failures
- Use remote CI server URL (euchre-ci.notsosm.art) for acceptance tests in CI
- Fix DATABASE_URL reference from vars to secrets in PR workflow
This commit is contained in:
2026-05-03 17:35:39 -07:00
parent f27efebd82
commit 413ebaeaee
3 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export default defineConfig({
globalTeardown: require.resolve('./e2e/global.teardown'),
// Use base URL for relative navigation
use: {
baseURL: 'http://localhost:3000',
baseURL: process.env.CI ? 'https://euchre-ci.notsosm.art' : 'http://localhost:3000',
// Collect trace when retrying the failed test.
trace: 'on-first-retry',
// Capture screenshot only on failure