-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Is your feature request related to a problem? Please describe.
As the CI pipeline runs certain tests on the Krini before deploying it to the production. Checking the login flow will be a good test to be written in case OIDC auth is broken by any code changes.
Describe the solution you'd like
We can write the cypress e2e test that tests for the login flow before deploying the application to production.
Describe alternatives you've considered
--NA--
Additional context
A test can be written in the file ./cypress/e2e/spec.cy.js under the test auth -> user can login. This test is already integrated into the CI pipeline & this can be tested by running npm run cypress:open.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo