-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert Auth0 tests to use experimentalSessionAndOrigin #1270
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seeing things like this makes me happy 😄 !
cda9531
to
eadad09
Compare
Codecov ReportBase: 89.68% // Head: 89.68% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## develop #1270 +/- ##
========================================
Coverage 89.68% 89.68%
========================================
Files 19 19
Lines 737 737
Branches 35 35
========================================
Hits 661 661
Misses 76 76 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
ca4aff0
to
a1637f6
Compare
Updated for changes to |
Closes #1247
This change updates the Auth0 login tests to use
cy.origin
andcy.session
instead of programmatic login.