13.12.0
Released Released on June 17, 2024
Features:
Added Component Testing support for Angular version 18. Addresses #29309.
Bugfixes:
We now trigger
inputandchangeevents when typing{upArrow}and{downArrow}via.type()oninput[type=number]elements. Fixes #29611.Fixed an issue where auto scrolling the reporter would sometimes be disabled without the user's intent. Fixes #25084.
Fixed an issue where
inlineSourceMapswas still being used whensourceMapswas provided in a user's TypeScript config for TypeScript version 5. Fixes #26203.When capture protocol script fails verification, an appropriate error is now displayed. Previously, an error regarding Test Replay archive location was shown. Addressed in #29603.
Fixed an issue where receiving HTTP responses with invalid headers raised an error. Now Cypress removes the invalid headers and gives a warning in the console with debug mode on. Fixes #28865.
Misc:
Report afterSpec durations to Cloud API when running in record mode with Test Replay enabled. Addressed in #29500.
Dependency Updates: