trips) add playwright e2e flows and issue video upload guidance
All checks were successful
PR Checks / lint-test-and-docker-build (pull_request) Successful in 2m27s
All checks were successful
PR Checks / lint-test-and-docker-build (pull_request) Successful in 2m27s
This commit is contained in:
15
e2e/setup/test-users.ts
Normal file
15
e2e/setup/test-users.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
// Shared test user definitions — no runtime deps, importable from both Node and Bun contexts.
|
||||
export const TEST_USERS = {
|
||||
regular: {
|
||||
username: 'e2e_user',
|
||||
fullName: 'E2E Regular User',
|
||||
email: 'e2e_user@test.local',
|
||||
password: 'e2e-regular-password123'
|
||||
},
|
||||
admin: {
|
||||
username: 'e2e_admin',
|
||||
fullName: 'E2E Admin User',
|
||||
email: 'e2e_admin@test.local',
|
||||
password: 'e2e-admin-password123'
|
||||
}
|
||||
} as const;
|
||||
Reference in New Issue
Block a user