4.0.2
Released 2/14/2020
Bugfixes:
- Fixed a bug where Firefox tests could fail to run on macOS if another instance of Firefox was open. Addresses #6380.
- Updated
@cypress/browserify-preprocessor
to2.1.4
, fixing a regression involving non-top-levelrequire()
s in tests. Addresses #6403. - Fixed a bug where re-running a failed workflow in GitHub Actions would not generate a new Dashboard run. Addresses #6450.
- Fixed incorrect type definitions for
Cypress.isBrowser
. Addresses #6447. - Fixed a regression introduced in 4.0.0 where using
.should('contain', ...)
on acy.contains()
would produce unexpected results. Addresses #6384.
Misc: