Open
Description
What would you like?
cy.visit()
should itself accept the option baseUrl: null
.
Then it can be disabled on a case-by-case basis without impacting an entire test by specifying in options for it
or by calling Cypress.config('baseUrl', null)
.
Why is this needed?
Other
cypress/packages/driver/src/cy/commands/navigation.ts
Lines 805 to 813 in 0fec07b