This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Description
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)