Add Cypress E2E tests with fixture-based API mocking for UI regression protection

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 20:10:04 +08:00
parent 676b70caa0
commit 733bfd7509
13 changed files with 480 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{
"username": "testadmin",
"name": "Test Admin",
"is_sso": false,
"created_at": "2025-01-15T10:00:00Z",
"roles": [
{ "code": "admin", "name": "Administrator" }
]
}