You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we do not support programmatic login for Cypress! Programmatic login allows our cypress tests to instantly be logged into Cognito (our auth service) so that we can run E2E Cypress tests on pages that require auth.
JPAL already does this! All you need is to go take the code from their repo and paste it into ours. There will likely be some hiccups, feel free to reach out to some JPAL devs or @rymaju for help.
Acceptance Criteria
A passing Cypress test that demonstrates programmatic login via Cognito
The text was updated successfully, but these errors were encountered:
Description
Currently we do not support programmatic login for Cypress! Programmatic login allows our cypress tests to instantly be logged into Cognito (our auth service) so that we can run E2E Cypress tests on pages that require auth.
JPAL already does this! All you need is to go take the code from their repo and paste it into ours. There will likely be some hiccups, feel free to reach out to some JPAL devs or @rymaju for help.
Acceptance Criteria
A passing Cypress test that demonstrates programmatic login via Cognito
The text was updated successfully, but these errors were encountered: