-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
screenshot not saving; comparison always fails #82
Comments
Then it works |
I still got: `[chrome 97.0.4692.99 windows #0-0] expect(received).toEqual(expected) // deep equality Expected: 0 |
Hi @lvxwrkr777 I'm currently on vacation and can't verify it, I'll check it when I'm back. I have the feeling this is related to Windows only because on Mac/Linux this just pases |
@wswebcreation Any update on this? |
Encounter similar issue, I guess there no fix on this? |
Can someone provide a minimal reproducible example as GitHub project I can clone and use to investigate? |
I'ma call you 'Christian Brogrammer', if you can't figure this out. I don't work for the company where I had to operate within that context anymore, but it was an MS-DOS environment with node.js. Weird, I know. I found some port bugs in modules originally written for Linux. |
Environment (please complete the following information):
Config of WebdriverIO + wdio-image-comparison-service
Describe the bug
It seems that no baseline images are ever saved, so the comparison always fails
To Reproduce
Expected behavior
I should be able to take/save screenshots, but it doesn't appear to be saving anything to baseline or any tmp folder, so of course the comparison fails.
Log
Additional context
My tests are in TS. Yes, I have added the comparison service types to my TS config.
The text was updated successfully, but these errors were encountered: