migration

This commit is contained in:
Daniel Arantes Loverde
2026-08-11 13:22:02 -03:00
parent c4d6998595
commit 7702836fe7
231 changed files with 4329 additions and 1958 deletions

View File

@@ -0,0 +1,12 @@
import Foundation
/// Standing QA account for UI tests that need an authenticated session.
/// Fixed OTP, no SMS round trip needed. See
/// decisions/2026-08-06-ui-test-account-and-app-attest-bypass.md for
/// context (this is separate from guest-session App Attest, which has no
/// known bypass yet).
enum UITestAccount {
static let email = "customer003@loverde.com.br"
static let phone = "19991673003"
static let otp = "66667777"
}