-
Notifications
You must be signed in to change notification settings - Fork 5
Cypress visual regression testing #998
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #998 +/- ##
==========================================
- Coverage 35.73% 35.71% -0.03%
==========================================
Files 416 420 +4
Lines 18504 18527 +23
Branches 6016 6030 +14
==========================================
+ Hits 6613 6617 +4
- Misses 11260 11873 +613
+ Partials 631 37 -594 ☔ View full report in Codecov by Sentry. |
… cypress-visual-regression-testing
Latest Cypress doesn't play well with Docker on M1, see cypress-io/cypress#29095
Also fixes line endings of webpack.config.common.js
@@ -5,7 +5,8 @@ | |||
import userEvent from "@testing-library/user-event"; | |||
import {MyAssignments} from "../../app/components/pages/MyAssignments"; | |||
import {mockMyAssignments, mockUser} from "../../mocks/data"; | |||
import {augmentErrorMessage, dayMonthYearStringToDate, DDMMYYYY_REGEX, renderTestEnvironment, DAYS_AGO} from "../utils"; | |||
import {augmentErrorMessage, renderTestEnvironment} from "../testUtils"; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note test
… cypress-visual-regression-testing
Use Cypress for visual regression testing.