Can't run synpress tests inside docker container #786
Unanswered
parkhomenko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the guides for creating a docker-compose file inside this repository, but I always have an issue, that my tests are frozen on a "setupMetamask" step:

Could you please show me what I can do wrong? The same tests work perfectly if I run them on my local machine without docker, so the setup should be the same.
My synpress.config.ts is:
Environment variables I use:
and a base docker image that I use to run the tests is "synthetixio/docker-e2e:18.16-ubuntu"
Beta Was this translation helpful? Give feedback.
All reactions