mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 23:40:21 -05:00
perf: ensure the pausing event listeners are removed (#31596)
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user