Cypress v3.8.3 Release Notes

Release Date: 2020-01-24 // about 4 years ago
  • ๐Ÿš€ Released 1/24/2020

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  We fixed an error during cypress run indicating could not find CRI target when Cypress was unable to find the tab to control. Fixes #6053.
    • ๐Ÿ›  HTTP requests to sites using a TLS version lower than 1.2 now no longer fail. Fixes #5446.
    • ๐Ÿ›  cypress verify will no longer error on some systems when -screen is not defined. Fixes #6184.
    • ๐Ÿ›  We fixed a regression in 3.5.0 causing cy.type({ force: true }) to no longer forcibly type characters for readonly inputs. Fixes #6116.
    • ๐Ÿ›  Generated reports when using custom reporters now have a defined file property. Fixes #1495.

    Misc:

    • ๐ŸŒฒ Messages from cy.get() are now truncated at 50 lines the Command Log instead of the 1 line. Addresses #6145.
    • ๐Ÿ‘ท We now collect more environment variables for Bamboo CI when recording for the Dashboard. Addresses #4895.

    โšก๏ธ Dependency Updates:

    • โฌ†๏ธ Upgraded electron from 7.1.9 to 7.1.10. Addressed in #6242.
    • โฌ†๏ธ Upgraded electron from 7.1.7 to 7.1.9. Addressed in #6180.
    • โฌ†๏ธ Upgraded http-status-codes from 1.3.2 to 1.4.0. Addressed in #6134.
    • โฌ†๏ธ Upgraded socket.io and socket.io-client from 2.2.0 to 2.3.0. Addressed in #6179.