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

Timeout when Running e2e tests on a fresh installation #238

@artykr

Description

@artykr

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs responseWe need a response from the original author about the issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions