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

working_directory parameter isn't respected

Nfinished opened this issue · comments

Using version 1.29.0

cypress/run doesn't appear to be respecting the working_directory parameter, the runner is unable to find the start command which it would be able to if it were in the correct directory.

image

- cypress/run:
          attach-workspace: true
          no-workspace: true
          yarn: true
          working_directory: app
          start: yarn start
          wait-on: 'http://localhost:3000'