Skip to content

Commit fca4c84

Browse files
committed
tests: update html5
1 parent 718c99e commit fca4c84

File tree

3 files changed

+40
-170
lines changed

3 files changed

+40
-170
lines changed

test/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ openfl test html5
6161
Alternatively, you can run HTML/JS tests with Playwright, in all three of: Chromium, Firefox, and Webkit.
6262

6363
```sh
64-
npm test
64+
haxelib run openfl build html5 -final -Dplaywright
65+
node playwright-runner.js
6566
```

test/package-lock.json

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

test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"dependencies": {
4-
"playwright": "^1.38.1",
5-
"serve-handler": "^6.1.3"
4+
"playwright": "^1.48.1",
5+
"serve-handler": "^6.1.6"
66
}
77
}

0 commit comments

Comments
 (0)