You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by parkhomenko June 13, 2023
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:
Discussed in #786
Originally posted by parkhomenko June 13, 2023
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"
The text was updated successfully, but these errors were encountered: