Add E2E tests for logout, account CRUD, and file operations

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 20:40:46 +08:00
parent 733bfd7509
commit 1a4062487e
5 changed files with 249 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"username": "testadmin",
"name": "Test Admin",
"is_admin": true,
"is_active": true,
"is_sso": false,
"has_data": true,
"roles": [
{ "code": "admin", "name": "Administrator" }
]
}