Build ErsatzTV Image / CI toolchain image resolves (push) Successful in 11s
Build ErsatzTV Image / Delimiter ban (release path) (push) Successful in 25s
Build ErsatzTV Image / Build & test (.NET) (push) Successful in 9m9s
Build ErsatzTV Image / EF migration integrity (SQLite + MySql) (push) Successful in 6m41s
Build ErsatzTV Image / Functional E2E (curl + UI contracts) (push) Successful in 6m23s
Build ErsatzTV Image / API docs in sync (OpenAPI + endpoint index) (push) Skipped
Build ErsatzTV Image / Formatting (changed .cs conform to .editorconfig) (push) Skipped
Build ErsatzTV Image / Build & push image (amd64) (push) Successful in 6m23s
Co-authored-by: Timothy <timothy@noreply.gitea.tblindustries.be>
6 lines
366 B
TypeScript
6 lines
366 B
TypeScript
// The local-admin credentials every UI-E2E spec uses. Shared rather than duplicated per spec: the
|
|
// specs run serially against ONE server, so the claim in boot-gate.spec.ts is what every later spec
|
|
// signs in with — two copies drift the moment one is changed and the break is silent.
|
|
export const USERNAME = 'e2eadmin';
|
|
export const PASSWORD = 'e2e-Passw0rd!';
|