-
hi when running the percy CLI snapshot tests as part of gitlab ci when i merge to master I am facing this error: thanks
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @lucy7099! That means the docker container you're using in CI doesn't have the right dependencies installed in order to launch a browser. You'll want to change the container image to something that has the ability to launch a browser. For example, CircleCI provides images that can launch browsers with |
Beta Was this translation helpful? Give feedback.
-
Tried using Make sure your network and proxy settings are correct. My gitlabci configuration
|
Beta Was this translation helpful? Give feedback.
Tried using
cimg/node:16.8.0-browsers
however I haveyarn install
issues now. This was not the case before.It says:
Make sure your network and proxy settings are correct.
My gitlabci configuration