Skip to content

4.0.2

Compare
Choose a tag to compare
@flotwig flotwig released this 14 Feb 23:32
dc794d6

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 to 2.1.4, fixing a regression involving non-top-level require()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 a cy.contains() would produce unexpected results. Addresses #6384.

Misc:

  • Improved the error experience GUI when launching a browser fails. Addresses #6432.
  • Improved the error experience when visiting the Cypress server outside of a Cypress-launched browser. Addresses #6435.