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 505dfa3 commit 6744307Copy full SHA for 6744307
Dockerfile
@@ -35,7 +35,7 @@ RUN ln -s /codecept/bin/codecept.js /usr/local/bin/codeceptjs
35
RUN mkdir /tests
36
WORKDIR /tests
37
# Install puppeteer so it's available in the container.
38
-RUN npm i puppeteer
+RUN npm i puppeteer@22.6.0 && npx puppeteer browsers install chrome
39
RUN google-chrome --version
40
41
# Install playwright browsers
0 commit comments