github cypress-io/cypress v9.6.1
9.6.1

latest releases: v13.14.2, v13.14.1, v13.14.0...
2 years ago

Released 5/9/2022

Bugfixes:

  • Cypress can now launch on systems where Firefox is installed via Snapcraft.
    Fixed #19793.
  • Updates were made to ensure XHR calls are properly displaying the response
    body in the command log. Fixed
    #21361.
  • Fixed cy.contains() and
    .should('contain', ...) to handle finding text that
    contains backslash characters. Fixed
    #19116
  • Updated .type('{enter}') to support sending the Enter
    keystroke to submit buttons that are not rendered within a form html element,
    but are associated with a form via the form attribute. Fixed
    #21163.
  • Fixed an issue with cy.session() such that re-running tests in open mode
    will now correctly recreate a session. Before this change, an error was thrown
    indicating the saved setup function was not a function because it was
    serialized. Fixed
    #17805.

Don't miss a new cypress release

NewReleases is sending notifications on new releases.