We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26d769 commit 5c38a87Copy full SHA for 5c38a87
cli/types/cypress.d.ts
@@ -3284,6 +3284,12 @@ declare namespace Cypress {
3284
* @default false
3285
*/
3286
experimentalPromptCommand?: boolean
3287
+
3288
+ /**
3289
+ * Enables an alternative, performance-optimized visibility algorithm.
3290
+ * @default false
3291
+ */
3292
+ experimentalFastVisibility?: boolean
3293
}
3294
3295
/**
0 commit comments