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. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| helpers.js | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.js | ||
| run.sh | ||
| setup_db.py | ||
| test_auth_guard.js | ||
| test_credentials.js | ||
| test_full_flow.js | ||
| test_health.js | ||
| test_login.js | ||
| test_password_auth.js | ||
| test_registration.js | ||