8000 add playwright · pixijs/pixijs@b1745ec · GitHub
[go: up one dir, main page]

Skip to content

Commit b1745ec

Browse files
committed
add playwright
1 parent b6b9de7 commit b1745ec

File tree

3 files changed

+54
-1
lines changed

3 files changed

+54
-1
lines changed

.github/workflows/benchmark-pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
2020
with:
2121
node-version: 24
2222

23+
- name: Install Playwright Browsers
24+
run: npx playwright install chromium --with-deps
25+
2326
- name: Build
24-
run: npm run build
27+
run: npm run build:rollup
2528

2629
- name: Download Dev Baseline
2730
uses: actions/download-artifact@v4

package-lock.json

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
"npm-run-all": "^4.1.5",
117117
"pixelmatch": "^5.3.0",
118118
"pkg-pr-new": "^0.0.54",
119+
"playwright": "^1.56.1",
119120
"pngjs": "^7.0.0",
120121
"rimraf": "^5.0.0",
121122
"rollup": "^3.0.0",

0 commit comments

Comments
 (0)
0