You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at all properties in the object returned by Cypress.config() call, there are several run-time properties beyond the current typescript interface. For example, the isInteractive property is missing from the typescript interface, but present at run-time.
The code for this is done in cypress-io/cypress#14584, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Cypress v6.2.0
If you look at all properties in the object returned by
Cypress.config()
call, there are several run-time properties beyond the current typescript interface. For example, theisInteractive
property is missing from the typescript interface, but present at run-time.https://docs.cypress.io/guides/references/configuration.html#isInteractive
We should create an extended ConfigAtRuntime typescript interface with these additional properties
The text was updated successfully, but these errors were encountered: