We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c31e0 commit b1f94ccCopy full SHA for b1f94cc
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@22.4.1
+RUN npm i puppeteer
39
RUN google-chrome --version
40
41
# Install playwright browsers
package.json
@@ -150,7 +150,7 @@
150
"jsdoc-typeof-plugin": "1.0.0",
151
"json-server": "0.10.1",
152
"playwright": "1.41.1",
153
- "puppeteer": "22.4.1",
+ "puppeteer": "22.6.0",
154
"qrcode-terminal": "0.12.0",
155
"rosie": "2.1.1",
156
"runok": "0.9.3",
0 commit comments