Skip to content

Commit

Permalink
dep(playwright): update playwright version to 1.39.0 (#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge authored Oct 19, 2023
1 parent f8c884c commit ed94c28
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 26 deletions.
50 changes: 31 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions packages/artillery-engine-playwright/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM mcr.microsoft.com/playwright:v1.37.1
FROM mcr.microsoft.com/playwright:v1.39.0
LABEL maintainer="team@artillery.io"

RUN npm install -g artillery artillery-engine-playwright && \
RUN npm install -g artillery \
npm cache clean --force && \
rm -rf /root/.cache && \
rm -rf /ms-playwright/firefox* && \
rm -rf /ms-playwright/webkit*
rm -rf /root/.cache &&

ENTRYPOINT ["/usr/bin/artillery"]
5 changes: 3 additions & 2 deletions packages/artillery-engine-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
"license": "MPL-2.0",
"dependencies": {
"debug": "^4.3.2",
"playwright": "1.37.1"
"playwright": "1.39.0",
"@playwright/browser-chromium": "1.39.0"
},
"devDependencies": {
"@playwright/test": "1.37.1"
"@playwright/test": "1.39.0"
}
}

0 comments on commit ed94c28

Please sign in to comment.