Screenshot destination folder. #17395
Unanswered
MihaelN
asked this question in
Component Testing
Replies: 1 comment 3 replies
-
You should be able to move the image to wherever you like after the screenshot is taken - with this workaround, do not touch the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am integrating Cypress testing into a project, and have one question regarding the capability of storing test screenshots. My team and I are trying to store screenshots of components invoked by the
screenshot()
into a folder that lives outside of the cypress installation folder.Is this possible to acchieve? Whatever I try to pass into the
screenshotsFolder
incypress.json
oron "after:screenshot"
plugins/index.js
just creates new folders inside of thescreenshots
folder in cypress installation.Beta Was this translation helpful? Give feedback.
All reactions