fix(tests): change console.error to console.log for login failure messages

feat(tests): update Playwright configuration to include GitHub reporter and adjust base URL handling
This commit is contained in:
GitHub Actions
2026-01-15 03:19:59 +00:00
parent 1426c6f885
commit bb14a5a1e3
3 changed files with 6 additions and 4 deletions

View File

@@ -878,7 +878,7 @@ jobs:
- name: Run Playwright E2E tests
env:
PLAYWRIGHT_BASE_URL: http://localhost:8080
run: npx playwright test
run: npx playwright test --project=chromium
- name: Stop application container
if: always()