migration
This commit is contained in:
12
PediFoodsUITests/TestFixtures.swift
Normal file
12
PediFoodsUITests/TestFixtures.swift
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user