Skip to content

Commit

Permalink
add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jjarvisp committed Nov 23, 2024
1 parent 8669a84 commit f9ed87c
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ tests:
category: auth
sample_name: [mfa]
spec: mfa-req-email
browser: [chrome]
browser: *minimal_browser_list
env:
NEXT_PUBLIC_BACKEND_CONFIG: mfa-req-email
# - test_name: integ_next_mfa_req_phone
Expand All @@ -902,15 +902,15 @@ tests:
# browser: [chrome]
# env:
# NEXT_PUBLIC_BACKEND_CONFIG: mfa-req-phone
# - test_name: integ_next_mfa_opt_email
# desc: 'mfa optional with email sign in attribute'
# framework: next
# category: auth
# sample_name: [mfa]
# spec: mfa-opt-email
# browser: [chrome]
# env:
# NEXT_PUBLIC_BACKEND_CONFIG: mfa-opt-email
- test_name: integ_next_mfa_opt_email
desc: 'mfa optional with email sign in attribute'
framework: next
category: auth
sample_name: [mfa]
spec: mfa-opt-email
browser: *minimal_browser_list
env:
NEXT_PUBLIC_BACKEND_CONFIG: mfa-opt-email
# - test_name: integ_next_mfa_opt_phone
# desc: 'mfa optional with phone sign in attribute'
# framework: next
Expand All @@ -926,7 +926,7 @@ tests:
category: auth
sample_name: [mfa]
spec: mfa-setup
browser: [chrome]
browser: *minimal_browser_list
env:
NEXT_PUBLIC_BACKEND_CONFIG: mfa-setup
- test_name: integ_next_passwordless_auto_sign_in
Expand All @@ -938,15 +938,15 @@ tests:
browser: *minimal_browser_list
env:
NEXT_PUBLIC_BACKEND_CONFIG: pwl-autosignin
# - test_name: integ_next_passwordless_first_factor_selection
# desc: 'passwordless sign in with first factor selection'
# framework: next
# category: auth
# sample_name: [mfa]
# spec: passwordless/first-factor-selection
# browser: *minimal_browser_list
# env:
# NEXT_PUBLIC_BACKEND_CONFIG: pwl-ffselect
- test_name: integ_next_passwordless_first_factor_selection
desc: 'passwordless sign in with first factor selection'
framework: next
category: auth
sample_name: [mfa]
spec: passwordless/first-factor-selection
browser: *minimal_browser_list
env:
NEXT_PUBLIC_BACKEND_CONFIG: pwl-ffselect
- test_name: integ_next_passwordless_preferred_challenge
desc: 'passwordless sign in with preferred challenge'
framework: next
Expand Down

0 comments on commit f9ed87c

Please sign in to comment.