cypress-io / circleci-orb

Install, cache and run Cypress.io tests on CircleCI with minimal configuration.
https://circleci.com/orbs/registry/orb/cypress-io/cypress
MIT License
159 stars 101 forks source link

CircleCI stuck on Installing NPM packages #466

Open TrystanCars opened 4 months ago

TrystanCars commented 4 months ago

The orb does not work as expected

Version: cypress-io/cypress@3.3.1

run-tests:
    executor: cypress/default
    steps:
      - attach_workspace:
          at: .
      - cypress/install
      - cypress/run-tests:
          cypress-command: npx wait-on@latest http://localhost:3000 && npx cypress run --record false
          start-command: 'npm run start'

When running the above on CircleCI - CircleCI hangs on the Installing NPM packages step.

jennifer-shehane commented 4 months ago

@TrystanCars Could you share more about the logs where it hangs?

We just run the commands that are given, so I'm not sure how npm install hanging could be under our responsibility with this information given.