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
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
Hello all, I am trying to run the tests inside a docker container, following the steps, using the following configuration:
FROM node:14
RUN apt-get update -y && apt-get install -y xvfb
ENV DISPLAY=':99'
RUN Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
RUN npm test
However, the tests hang, with no error message at all, I can't even get a clue on what's going on:
npm test
> [email protected] test /app
> jest "--selectProjects" "e2e" "--verbose"
Running one project: e2e
Test Suites: 0 of 5 total
Tests: 0 total
Snapshots: 0 total
Time: 422 s
Any hint on what's going on?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: