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.
browser-ui-test
0.21.3
1 parent bc47350 commit 3304ceaCopy full SHA for 3304cea
dockerfiles/Dockerfile-gui-tests
@@ -76,6 +76,10 @@ COPY ../package.json /build/package.json
76
# https://github.com/puppeteer/puppeteer/issues/375
77
#
78
# We also specify the version in case we need to update it to go around cache limitations.
79
-RUN npm install -g --unsafe-perm=true /build
+RUN ls -l /build/
80
+RUN cat /build/package.json
81
82
+RUN ls -l /node-v22.13.1-linux-x64/lib/node_modules/
83
+RUN bash -c 'cd /build && npm install -g --unsafe-perm=true --loglevel verbose'
84
85
CMD ["node", "/build/out/gui-tests/tester.js"]
package.json
@@ -0,0 +1,6 @@
1
+{
2
+ "name": "deps",
3
+ "dependencies": {
4
+ "browser-ui-test": "^0.21.3"
5
+ }
6
+}
0 commit comments