You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you experienced this bug with the latest version of the template?
Yes
Steps to Reproduce
Run npx create-remix@latest --template remix-run/indie-stack
Run run test:e2e:dev
Expected Behavior
e2e tests pass
Actual Behavior
Execution times out when trying to run cy.exec as a part of cy.cleanupUser(); call after each test.
Actually, no matter which command is passed to the cy.exec call (like, echo "test"), it still times out. I see the same behavior when running test:e2e:run.
Node version: v20.2.0 (tried with 20.1.0 as well)
Cypress version: 12.13.0
OS: Mac OS Ventura 13.4 (M1)
The text was updated successfully, but these errors were encountered:
Have you experienced this bug with the latest version of the template?
Yes
Steps to Reproduce
npx create-remix@latest --template remix-run/indie-stack
run test:e2e:dev
Expected Behavior
e2e tests pass
Actual Behavior
Execution times out when trying to run
cy.exec
as a part ofcy.cleanupUser();
call after each test.Actually, no matter which command is passed to the
cy.exec
call (like,echo "test"
), it still times out. I see the same behavior when runningtest:e2e:run
.Node version: v20.2.0 (tried with 20.1.0 as well)
Cypress version: 12.13.0
OS: Mac OS Ventura 13.4 (M1)
The text was updated successfully, but these errors were encountered: