perf: ensure the pausing event listeners are removed (#31596)

This commit is contained in:
Matt Schile
2025-04-29 11:29:32 -06:00
committed by GitHub
parent e8a7c3f5f8
commit 9f86cecdd7
6 changed files with 92 additions and 27 deletions
+4
View File
@@ -3,6 +3,10 @@
_Released 5/6/2025 (PENDING)_
**Performance:**
- Ensure the previous pausing event handlers are removed before new ones are added. Addressed in [#31596](https://github.com/cypress-io/cypress/pull/31596).
**Bugfixes:**
- Fixed an issue where the configuration setting `trashAssetsBeforeRuns=false` was ignored for assets in the `videosFolder`. These assets were incorrectly deleted before running tests with `cypress run`. Addresses [#8280](https://github.com/cypress-io/cypress/issues/8280).