Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Cypress v9.2.0 incompatibility (#299)
If you have a test that calls `this.skip()`, cypress-failed-log will throw an "Cannot read properties of undefined (reading 'message')" exception. If there's multiple such tests, it just stalls forever. This is due to a change in Cypress 9.2.0 where it no longer triggers the "failed" event for skipped tests: cypress-io/cypress@4a97a52
- Loading branch information