Skip to content
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

Add Cypress Pipeline Record option for better debugging #3720

Closed
ndricimrr opened this issue May 7, 2024 · 0 comments · Fixed by #3699
Closed

Add Cypress Pipeline Record option for better debugging #3720

ndricimrr opened this issue May 7, 2024 · 0 comments · Fixed by #3699
Labels
CI/CD internal Stuff like NFRs, CI pipeline ora ora related issues

Comments

@ndricimrr
Copy link
Contributor

ndricimrr commented May 7, 2024

Sometimes running Cypress on GithubActions pipeline gives a different behavior from running it locally, due to different enivronments present or any other reasons.

Cypress tests currently run headless on our CI and there is no way to see what happened.

Enable the record feature for the different Cypress tests that we have.

Starting with container and then the e2e-test-application.

Need to store record key on Github on our side.

Check Tutorial on how to add it.
https://www.youtube.com/watch?v=Oqq-_QZWzhg

FAQ on why tests fail locally:
https://docs.cypress.io/faq/questions/using-cypress-faq#Why-do-my-Cypress-tests-pass-locally-but-not-in-CI

Also check if we already have an account tied to Luigi on Cypress.io instead of creating a duplicate

@ndricimrr ndricimrr added CI/CD internal Stuff like NFRs, CI pipeline labels May 7, 2024
@hardl hardl added the ora ora related issues label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD internal Stuff like NFRs, CI pipeline ora ora related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants