Skip to content

Commit

Permalink
feat(ci): enable sign-in-with-oauth e2e test on vue (aws-amplify#13449)
Browse files Browse the repository at this point in the history
feat: enable sign-in-with-oauth on vue
  • Loading branch information
israx authored Jun 3, 2024
1 parent 30b5b85 commit 12bc735
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,13 @@ tests:
spec: sign-in-with-oauth
browser: [chrome]
backend: gen2
- test_name: integ_vue_sign_in_with_oauth_gen2
desc: 'Sign-in with the OAuth flow'
framework: vue
category: auth
sample_name: [sign-in-with-oauth]
spec: sign-in-with-oauth
browser: [chrome]

# DISABLED Angular/Vue tests:
# TODO: delete tests or add custom ui logic to support them.
Expand Down

0 comments on commit 12bc735

Please sign in to comment.