fix: improve memory management for chromium-based browsers (#25462)

This commit is contained in:
Matt Schile
2023-01-18 15:35:57 -07:00
committed by GitHub
parent 991c532447
commit d1dc1258ea
40 changed files with 1614 additions and 71 deletions

View File

@@ -3044,6 +3044,11 @@ declare namespace Cypress {
* @default false
*/
experimentalWebKitSupport: boolean
/**
* Enables support for improved memory management within Chromium-based browsers.
* @default false
*/
experimentalMemoryManagement: boolean
/**
* Number of times to retry a failed test.
* If a number is set, tests will retry in both runMode and openMode.