11.0.1
Released Released on November 8, 2022
Bugfixes:
Fixed an 11.0.0 regression that caused enabling
experimentalSessionAndOriginto throw a webpack error. Fixes #24611Fixed an 11.0.0 regression where using custom reporters would cause Cypress to throw a 'Cannot find module' error. Fixes #24607
Fixed
testIsolationconfiguration validation to allow configuration updates without restarting Cypress. Fixes #24497.Fixed an issue where
cy.origin()would not prevent users from setting upsame-superdomain-origincy.origin()blocks. In these casescy.origin()is not required and users would be better served by not using the command. Fixes #24169Fixed an 11.0.0 regression where modifying the currently loaded component testing spec in open mode does not trigger a rerun of the spec. Fixed by #24630