porchlight/tests/e2e
Johan Lundberg 174c6c001e
feat: migrate e2e test infrastructure to @playwright/test
Replace direct playwright dependency with @playwright/test and add
playwright.config.js for centralized test configuration. Update run.sh
to invoke 'npx playwright test' instead of running test files with node.
2026-02-18 11:10:23 +01:00
..
.gitignore test: add end-to-end browser tests with Playwright 2026-02-16 12:22:58 +01:00
helpers.js test: add comprehensive e2e test suite with shared helpers and DB seeding 2026-02-16 14:41:14 +01:00
package-lock.json feat: migrate e2e test infrastructure to @playwright/test 2026-02-18 11:10:23 +01:00
package.json feat: migrate e2e test infrastructure to @playwright/test 2026-02-18 11:10:23 +01:00
playwright.config.js feat: migrate e2e test infrastructure to @playwright/test 2026-02-18 11:10:23 +01:00
run.sh feat: migrate e2e test infrastructure to @playwright/test 2026-02-18 11:10:23 +01:00
setup_db.py update all imports in test files: fastapi_oidc_op → porchlight 2026-02-16 15:34:53 +01:00
test_auth_guard.js test: add comprehensive e2e test suite with shared helpers and DB seeding 2026-02-16 14:41:14 +01:00
test_credentials.js test: add comprehensive e2e test suite with shared helpers and DB seeding 2026-02-16 14:41:14 +01:00
test_full_flow.js test: add comprehensive e2e test suite with shared helpers and DB seeding 2026-02-16 14:41:14 +01:00
test_health.js test: add comprehensive e2e test suite with shared helpers and DB seeding 2026-02-16 14:41:14 +01:00
test_login.js test: add comprehensive e2e test suite with shared helpers and DB seeding 2026-02-16 14:41:14 +01:00
test_password_auth.js test: add comprehensive e2e test suite with shared helpers and DB seeding 2026-02-16 14:41:14 +01:00
test_registration.js test: add comprehensive e2e test suite with shared helpers and DB seeding 2026-02-16 14:41:14 +01:00