3.3.1
Released Released on May 22, 2019
News:
We've written a blog post about the 300% increase in proxy performance delivered in 3.3.0.
Bugfixes:
Cypress no longer accidentally prints internal Electron logs when running
cypress run. This bug would exhibit itself when verifying and running Cypress the first time after installation. You may have seen these logs when running in CI. Fixes #4255.Fixed a bug for users running external network proxies that prevented requests from completing. Requests should now all work correctly. Fixes #4257.
Fixed a regression in 3.3.0 causing large requests such as
multipart/form-datauploads to hang. Fixes #4240, #4252, and #4253.Fixed issue where support for
have.focus,not.have.focus,be.focusedandnot.be.focusedassertions were not working. Fixes #4265.Names given to
.as()now work properly when they contain a.character. Fixes #3512.The proper error is now thrown when passing
{log: false}to a Cypress command that failed. Fixes #3847.Fixed an issue where highlighting a command's snapshot would throw an error when no application was rendered in the AUT frame. Fixes #4177.
We now properly detect the branch name when running Cypress in AppVeyor. Fixed in #4234.
Misc:
Fix capitalization of
Xvfbin error messages. Addressed in #4262.
Documentation Changes:
We have some newly translated documentation in Chinese and Japanese. If you'd like to help in translating more, please open a pull request in our documentation repo.