Skip to content

Commit

Permalink
Updated test config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc committed Sep 14, 2023
1 parent 613d34e commit 7a79b38
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,14 +429,13 @@ tests:
# browser: *minimal_browser_list

# AUTH
# TODO(v6) Migrate
# - test_name: integ_react_auth_1_react_authenticator
# desc: 'React Authenticator'
# framework: react
# category: auth
# sample_name: [amplify-authenticator]
# spec: new-ui-authenticator
# browser: *minimal_browser_list
- test_name: integ_react_javascript_authentication
desc: 'React Authentication'
framework: react
category: auth
sample_name: [javascript-auth]
spec: functional-auth
browser: *minimal_browser_list
# TODO(v6) Migrate?
# - test_name: integ_react_auth_1_guest_to_authenticated_user
# desc: 'Guest to Authenticated User'
Expand All @@ -445,14 +444,14 @@ tests:
# sample_name: [guest-to-auth-user]
# spec: guest-to-auth-user
# browser: *minimal_browser_list
- test_name: integ_react_auth_1_react_typescript_authentication
- test_name: integ_react_typescript_authentication
desc: 'React Typescript Authentication'
framework: react
category: auth
sample_name: [typescript-amplify-authentication]
spec: functional-authentication
sample_name: [typescript-auth]
spec: functional-auth
browser: *minimal_browser_list
- test_name: integ_react_auth_2_react_credentials_different_region
- test_name: integ_react_credentials_different_region
desc: 'React Credentials Different Region'
framework: react
category: auth
Expand Down Expand Up @@ -530,15 +529,15 @@ tests:
# sample_name: [authenticator-vue3]
# spec: new-ui-authenticator
# browser: *minimal_browser_list
# TODO(v6) Migrate
# TODO(v6) Migrate once SSR updates available
# - test_name: integ_next_auth_authenticator_and_ssr_page
# desc: 'Authenticator and SSR page'
# framework: next
# category: auth
# sample_name: [auth-ssr]
# spec: auth-ssr
# browser: *minimal_browser_list
# TODO(v6) Migrate
# TODO(v6) Migrate once SSR updates available
# - test_name: integ_next_auth_authenticator_and_rsc_page
# desc: 'Authenticator and RSC page'
# framework: next
Expand Down

0 comments on commit 7a79b38

Please sign in to comment.