v15.21.1
Fixed 2
- Chrome and Firefox no longer offer to translate the application under test during runs
- The cypress tap command no longer prints HTTP request lines to the terminal of the cypress open session it attaches to
From Cypress
Bugfixes:
- Fixed an issue where Chrome and Firefox offered to translate the application under test, showing a translation prompt during the run. Fixes #34662.
- Fixed an issue where every
cypress tapcommand printed HTTP request lines, such asGET /__cypress/sessions/<id>, to the terminal of thecypress opensession it attached to, burying that session's own output. Fixes #34668.