Added E2E restricted API flow tests and fixed earlier failing tests. All passing. Coverage 51% backend, 74% frontend.

This commit is contained in:
Leo Vasanko
2025-12-06 03:43:28 +00:00
parent 0203bce05e
commit bfa3281aca
7 changed files with 779 additions and 44 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ This creates an in-browser authenticator that:
| Variable | Description | Default |
|----------|-------------|---------|
| `BASE_URL` | Server URL | `http://localhost:4401` |
| `BASE_URL` | Server URL | `http://localhost:4404` |
| `CI` | CI environment flag | - |
| `CLEANUP_TEST_DB` | Remove test DB after run | `false` |