-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
type: bugtype: typingsIssue related to Cypress types (for TypeScript)Issue related to Cypress types (for TypeScript)v10.0.0 🐛Issue present since 10.0.0Issue present since 10.0.0
Description
Current behavior
In v9 we were able to set the baseUrl
but it has disappeared from the TestConfigOverrides
type.
Desired behavior
Add the e2e
key to the TestConfigOverrides
type.
Test code to reproduce
cypress/cli/types/cypress.d.ts
Line 3006 in e6b2466
interface TestConfigOverrides extends Partial<Pick<ConfigOptions, 'animationDistanceThreshold' | 'blockHosts' | 'defaultCommandTimeout' | 'env' | 'execTimeout' | 'includeShadowDom' | 'numTestsKeptInMemory' | 'pageLoadTimeout' | 'redirectionLimit' | 'requestTimeout' | 'responseTimeout' | 'retries' | 'screenshotOnRunFailure' | 'slowTestThreshold' | 'scrollBehavior' | 'taskTimeout' | 'viewportHeight' | 'viewportWidth' | 'waitForAnimations' | 'experimentalSessionAndOrigin'>> { |
Cypress Version
10.0.2
Other
No response
Metadata
Metadata
Assignees
Labels
type: bugtype: typingsIssue related to Cypress types (for TypeScript)Issue related to Cypress types (for TypeScript)v10.0.0 🐛Issue present since 10.0.0Issue present since 10.0.0