-
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
Problem with docker integration #215
Comments
After a lot of tests, I cannot reproduce my own previous error, but I have a new one, more expected :
It seems that puppeteer is not proper configured to run in docker : puppeteer/puppeteer#1321 (comment) Puppeteer is runned by percy. Any idea to resolve it ? Regards [Edit] could not there be an official docker image for percy-cypress ? |
I've finally find the trick by using
Just look at the builds that never finish... And probably, some tricks to improve the docker image. I think it should be great to share a docker image or Dockerfile example. |
Hello,
I try to run my cypress + percy integration tests in docker, for a sandboxed integration in CI.
Cypress
run
command works.Percy-cypress
exec
command also works withoutPERCY_TOKEN
.But Percy-cypress
exec
command fails withPERCY_TOKEN
.It seems that there is a problem when percy-cypress tries to push data to percy-agent :
My dockerfile :
And the package.json used to build the docker image :
Am I missing something ?
Is there an other way to use cypress + percy inside docker ?
Regards
Ps: other thing, failing builds never finish
The text was updated successfully, but these errors were encountered: