Skip to content

We need to provide types for resolved config object #14392

@bahmutov

Description

@bahmutov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: typingsIssue related to Cypress types (for TypeScript)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions