mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-12 10:10:32 -06:00
fix: improve memory management for chromium-based browsers (#25462)
This commit is contained in:
5
cli/types/cypress.d.ts
vendored
5
cli/types/cypress.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user