-
Notifications
You must be signed in to change notification settings - Fork 36
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
Cypress tests #1292
base: main
Are you sure you want to change the base?
Cypress tests #1292
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1292 +/- ##
=======================================
Coverage 71.13% 71.13%
=======================================
Files 102 102
Lines 7162 7162
Branches 1631 1583 -48
=======================================
Hits 5095 5095
- Misses 1946 2038 +92
+ Partials 121 29 -92 ☔ View full report in Codecov by Sentry. |
very impressive. how do i run it? |
So right now we can run locally, using yarn run cy:run or if we want a ui interface yarn run cypress. I will integrate it into the ci /cd pipeline once I add the delete tests. |
Cypress delete tests
No description provided.