-
-
Notifications
You must be signed in to change notification settings - Fork 24
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 running inside docker container #41
Comments
With the same setup as above, i do get the error:
|
maybe new version 0.1.12 solved it. |
jest-electron does not throw error if some library is missing. I managed to solve this by installing the system libraries needed to run Electron headless and running "npm test" with "xvfb-run":
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello all, I am trying to run the tests inside a docker container, following the steps, using the following configuration:
However, the tests hang, with no error message at all, I can't even get a clue on what's going on:
Any hint on what's going on? I can't see any log messages
The text was updated successfully, but these errors were encountered: