circleci-orb
circleci-orb copied to clipboard
`store_artifacts` doesn't use cypress config
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).