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 7a14dea commit 8c8a7ceCopy full SHA for 8c8a7ce
packages/artillery/Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /home/node/artillery
5
6
COPY package*.json ./
7
RUN npm --ignore-scripts --production install
8
-RUN yes | npx playwright install --with-deps
+RUN npx playwright install --with-deps chromium
9
10
COPY . ./
11
ENV PATH="/home/node/artillery/bin:${PATH}"
0 commit comments