All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m59s
6 lines
230 B
TypeScript
6 lines
230 B
TypeScript
export const STORAGE_STATE = 'e2e/.auth/user.json'
|
|
export const STORAGE_STATE_NO_PIN = 'e2e/.auth/user-no-pin.json'
|
|
export const E2E_EMAIL = 'e2e@test.com'
|
|
export const E2E_PASSWORD = 'E2eTestPass1!'
|
|
export const E2E_PIN = '1234'
|