-
Notifications
You must be signed in to change notification settings - Fork 35
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
Deploy to Production – 2024-06-18 #2882
Conversation
pdcp1
commented
Jun 17, 2024
•
edited by kepae
Loading
edited by kepae
- Add playwright tests for global search #2856
- Update checklists logged out message #2820
- Edit taxonomy by default when adding #2814
- Migrate entity.cy to entity.spec.ts using Playwright #2869
- Fix live incident data not loading #2883
- Migrate entity.cy to entity.spec.ts using Playwright #2869
- Make Cypress tests fail faster #2865
- Update tests to new fixtures #2885
- Remove unused fields from news digest query #2881
…ests Add playwright tests for global search
…ssage Update checklists logged out message
…adding Edit taxonomy by default when adding
Migrate entity.cy to entity.spec.ts using Playwright
Co-authored-by: Kevin <kepae@users.noreply.github.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2882 +/- ##
===========================================
- Coverage 99.46% 52.19% -47.28%
===========================================
Files 12 219 +207
Lines 4893 6849 +1956
Branches 55 2140 +2085
===========================================
- Hits 4867 3575 -1292
- Misses 26 2907 +2881
- Partials 0 367 +367 ☔ View full report in Codecov by Sentry. |
28 failed tests on run #2792 ↗︎
Details:
apps/checklistsForm.cy.js • 3 failed tests • Cypress e2e testsapps/checklistsIndex.cy.js • 2 failed tests • Cypress e2e tests
incidents/history.cy.js • 1 failed test • Cypress e2e tests
apps/submitted.cy.js • 1 failed test • Cypress e2e tests
landingPage.cy.js • 1 failed test • Cypress e2e tests
The first 5 failed specs are shown, see all 18 specs in Cypress Cloud. Review all test suite changes for PR #2882 ↗︎ |
* Make cypress tests fail faster * Remove custom retries
* Add missing wait request * Add missing wait * Make intercept alias obligatory * Increase local timeout * Prevent test from writing to log history * Update tests * Refactor conditional tests to use fixtures * Undo timeout change
…digest-query Remove unused fields from news digest query