Skip to content

Commit

Permalink
Update cypress to v13.6.0 (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehats authored Nov 30, 2023
2 parents 8854f77 + d7bbe24 commit 53c565e
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 66 deletions.
2 changes: 1 addition & 1 deletion src/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/included:12.4.0 AS development
FROM cypress/included:13.6.0 AS development
ARG VERSION
ARG REVISION
ENV REACT_APP_VERSION ${VERSION}+${REVISION}
Expand Down
6 changes: 6 additions & 0 deletions src/client/cypress/support/e2e.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import { interceptApiCalls, loginAndResetState } from "../e2e/testHelpers";

Cypress.on('uncaught:exception', () => {
// returning false here prevents Cypress from
// failing the test
return false;
});

beforeEach(() => {
interceptApiCalls();
loginAndResetState();
Expand Down
164 changes: 100 additions & 64 deletions src/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 53c565e

Please sign in to comment.