cypress-io / circleci-orb

Install, cache and run Cypress.io tests on CircleCI with minimal configuration.

Home Page:https://circleci.com/orbs/registry/orb/cypress-io/cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI stuck on Installing NPM packages

TrystanCars opened this issue · comments

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.

@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.