Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout when Running e2e tests on a fresh installation #238

Open
artykr opened this issue Jun 1, 2023 · 1 comment
Open

Timeout when Running e2e tests on a fresh installation #238

artykr opened this issue Jun 1, 2023 · 1 comment
Labels
needs response We need a response from the original author about the issue

Comments

@artykr
Copy link

artykr commented Jun 1, 2023

Have you experienced this bug with the latest version of the template?

Yes

Steps to Reproduce

  1. Run npx create-remix@latest --template remix-run/indie-stack
  2. 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)

@machour
Copy link
Collaborator

machour commented May 17, 2024

@artykr Is this still an issue for you? Would you my retrying and get back to us?

@machour machour added the needs response We need a response from the original author about the issue label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs response We need a response from the original author about the issue
Projects
None yet
Development

No branches or pull requests

2 participants