Open WarnnerSinotti opened 2 months ago
@WarnnerSinotti Are you setting a baseUrl
? https://docs.cypress.io/guides/references/best-practices#Setting-a-Global-baseUrl
Nop, i set my enviroment in cypress.env.json and a i have one command the name "Login". This login contain, cy.visit(Cypress.env('BASE_URL')
all my test need to use this command
I am facing the same issue in v13.5.0
Current behavior
When you init the test, cypress reload twice.
My test contem: Describe, beforeEach, it
Desired behavior
No response
Test code to reproduce
Cypress Version
v13.14.2
Node version
V20.9.0
Operating System
windows 11
Debug Logs
No response
Other
No response