Skip to content

Commit

Permalink
*really* Bump Cypress to v13
Browse files Browse the repository at this point in the history
Moving the GitHub action to v6 was enough to get it to run, but
not enough to be able to view the screen recordings.  That actually
required editing the package.json and updating the package-lock.json
  • Loading branch information
hostilefork committed Oct 16, 2023
1 parent e4d5c08 commit 237c67a
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 1,461 deletions.
10 changes: 10 additions & 0 deletions tests/cypress/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
This cypress test is special, because the e2e directory starts out empty, but it
gathers tests out of URLs mentioned in %e2e/README.md

See %web-build.yml in the .github/workflows/ folder for the code that does this.

When you update the package.json, you need to also update package-lock.json

This has to be done with an installation of NPM. Use the command:

npm i --package-lock-only
Loading

0 comments on commit 237c67a

Please sign in to comment.