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, the isInteractive 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
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, theisInteractiveproperty 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