8.0.0
8.0.0 (2023-07-25)
Bug Fixes
- requireSnapshots should work with retries (ebfc8be)
Features
- normalise directory output for snapshots (1939e25)
BREAKING CHANGES
- This uses the
Cypress.spec.relativeoption to
generate the snapshot directory and changes the folder structure.
It should now match the directory structure found in the cypress/e2e/
directory
Updating to this change may mean committing new snapshot paths and
removing old ones in your project (especially with component testing)
See the section "Snapshot paths" in the README for more information