-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement the Cypress e2e test to test the login flow of krini #1
Comments
Hi @git-anurag-hub, can you please assign this issue to me? |
Hi @tanya17-05, I think @Sanyam2000-dot is already working on this, but I'm not sure. @git-anurag-hub: can you please write some more issues and make sure both @Sanyam2000-dot and @tanya17-05 have issues to work on? Thanks 🙏🏻 |
Yeah sure @uniqueg. @Sanyam2000-dot can you confirm if you are working on this? |
Hello Anurag, Yes I'm working on this issue. Thanks! |
Ok @Sanyam2000-dot, let me know if you need any kind of help. |
Thanks @tanya17-05 . I'll ket you know. |
Hey @Sanyam2000-dot are you working on this? |
Hello @git-anurag-hub, I have started this but have not completed it due to some health issues in the family. It will be good if you can assign it to Tanya so I can guide her forward. |
Np @Sanyam2000-dot , TC! |
Sure @SohamRatnaparkhi, go ahead with it! |
Okay, Thank you @git-anurag-hub |
Hey @SohamRatnaparkhi, you can right now try out with yours & configure the same in the .env.test! |
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 testauth -> user can login
. This test is already integrated into the CI pipeline & this can be tested by runningnpm run cypress:open
.The text was updated successfully, but these errors were encountered: