-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Unable to set up folder path other than cypress/screenshots/ ... #258
Comments
@FRSgit could you please take a look on it? Unfortunately, I can't share the repo. If you need more details or something, let me know. Thanks for help in advance. |
Hey @MadSandwich! Sure, sorry for the late response. I'll need a bit more details here:
|
Hi @FRSgit !
|
@VitaliLebedzeu / @MadSandwich Same as you, I'm also using
to
This partially solved the problem on my installation. But I can't use the images scaled to the viewport size... The problem exists because of a cypress limitation, where only a single event handler can exist for each type of event. Because of that, there are conflicts between the current plugin and So, this problem is not a See https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/docs/event-handlers.md for a clear explanation. |
@kuldea-paulo thanks a lot. It works now for me. |
@VitaliLebedzeu |
Unfortunately, it doesn't work as I need. |
Describe the Bug
With default settings only, screenshots are saved to:
With property -
imagesPath: './'
Steps to reproduce
Package.json
Was trying to run via cypress open and cypress run, in both cases I have issues with setting up a directory.
Expected behavior
Directory path set up with 'imagesDir' or 'imagesPath' should be interpreted in the right way.
Additional context
No response
Package version
latest
Device
PC
OS and version
Windows 11
Browser and version
Chrome (latest)
Node version
Node 21
I can work on it by myself
Code of Conduct
The text was updated successfully, but these errors were encountered: