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

This commit is contained in:
2025-12-06 03:43:28 +00:00
parent a1b73711e6
commit a2fe0b6f1a
7 changed files with 779 additions and 44 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export default defineConfig({
use: {
// Base URL for the Paskia server
baseURL: process.env.BASE_URL || 'http://localhost:4401',
baseURL: process.env.BASE_URL || 'http://localhost:4404',
// Collect trace on failure for debugging
trace: 'on-first-retry',