-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Question about integrating wdio-image-comparison-service #9
Comments
…lick feat: add waitForDisplayedAndClick command
Hi @kumarpatel, USER root
RUN npm install -g wdio-image-comparison-service
USER wdio |
Did that. Got error re. missing python in this stage.
So added missing python dependencies. (and few other to be sure)
|
Also tried installing node_modules locally by removing Then, Errors out with
|
The image is set up for read-only mode on purpose. I've also just updated the Dockerfile and changed the method of how NPM packages are installed, now it's using a By the way, this project already includes a method for image comparisons, please see the documentation here: |
awesome. Thanks. I'll give that shot in a moment. |
@kumarpatel can we close this issue or do you require further support? |
close it. Looks like the issue is with wdio-image-comparison-service. |
Thank you! |
Followed your advise on building my own image. #6 (comment)
I tried to integrate wdio-image-comparison-service in my image by following their integrating guide. https://webdriver.io/blog/2019/05/18/visual-regression-for-v5.html
Seems to be failing at
Just wondering if you have any insight into what might be wrong and how to fix it.
It looks like a mkdir permission issue to create a dir in /usr/lib/node_modules/
Any ideas on how to fix this? (any help would be appreciated)
The text was updated successfully, but these errors were encountered: