Fixed and updated E2E test suite. Added user credential registration tests. Coverage for backend and frontend.

This commit is contained in:
2025-12-06 00:52:35 +00:00
parent 8937905c9c
commit df5c176bcd
13 changed files with 2052 additions and 73 deletions
+3 -1
View File
@@ -9,12 +9,14 @@
"test:headed": "bunx playwright test --headed",
"test:debug": "bunx playwright test --debug",
"test:ui": "bunx playwright test --ui",
"test:coverage": "COVERAGE=1 bunx playwright test",
"report": "bunx playwright show-report",
"install:browsers": "bunx playwright install chromium"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@simplewebauthn/browser": "^13.1.2",
"@types/bun": "^1.3.3"
"@types/bun": "^1.3.3",
"c8": "^10.1.3"
}
}