circleci-orb icon indicating copy to clipboard operation
circleci-orb copied to clipboard

`store_artifacts` doesn't use cypress config

Open adam-lynch opened this issue 4 years ago • 0 comments

The orb does not work as expected

  • what version of the orb are you currently using? 1.28.0

When using cypress/run with store_artifacts: true, it uses the working_directory parameter if specified, but it doesn't use the Cypress config in that working directory.

In my case. I have specified custom directories for screenshots (screenshotsFolder) and videos (videosFolder) in the config. The "Uploading artifacts" steps fail because they're not at the default location (<< parameters.working_directory >>/cypress/videos).

adam-lynch avatar Jun 25 '21 10:06 adam-lynch