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

fix: correct cypress/run tests default value for working-directory param #422

Closed emilyrohrbough closed 1 year ago

emilyrohrbough commented 1 year ago

Closes #418

The orb should automatically save video and screenshot artifacts to CircleCi. When users are not specifying a working-directory parameter, the default of "" causes the artifact storage page to be an absolute path instead of a relative path, leading to missing artifacts in CircleCI.