Skip to content

Commit 9c64768

Browse files
Update browser-ui-test version to 0.21.3
1 parent bc47350 commit 9c64768

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

dockerfiles/Dockerfile-gui-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ COPY ../package.json /build/package.json
7676
# https://github.com/puppeteer/puppeteer/issues/375
7777
#
7878
# 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
79+
RUN npm install -g --unsafe-perm=true --loglevel verbose --force
8080

8181
CMD ["node", "/build/out/gui-tests/tester.js"]

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "deps",
3+
"dependencies": {
4+
"browser-ui-test": "^0.21.3"
5+
}
6+
}

0 commit comments

Comments
 (0)