We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e44a4 commit b6a90cdCopy full SHA for b6a90cd
tests/Dockerfile
@@ -15,6 +15,7 @@ WORKDIR /workspace/tests
15
16
COPY --link tests/requirements.txt /workspace/tests/
17
RUN pip install --require-hashes -r requirements.txt --no-deps
18
+RUN playwright install chromium
19
20
COPY --link deployments /workspace/deployments
21
COPY --link config /workspace/config
0 commit comments