Skip to content

Commit f426f25

Browse files
authored
chore: update testing harness test-runner (#3038)
1 parent 5000fad commit f426f25

File tree

3 files changed

+74
-46
lines changed

3 files changed

+74
-46
lines changed

.github/workflows/tests_harness.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
uses: actions/setup-dotnet@v3
2222
with:
2323
dotnet-version: 8.0.x
24-
- uses: actions/setup-node@v3
24+
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 16
26+
node-version: 22
2727
- name: Install prerequisites and download drivers
2828
shell: bash
2929
run: ./build.sh --download-driver

src/Playwright.TestingHarnessTest/package-lock.json

+69-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Playwright.TestingHarnessTest/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "playwright.testingharnesstest",
33
"private": true,
44
"devDependencies": {
5-
"@playwright/test": "^1.34.3",
6-
"@types/http-proxy": "^1.17.11",
7-
"fast-xml-parser": "^4.2.2",
5+
"@playwright/test": "^1.48.2",
6+
"@types/http-proxy": "^1.17.15",
7+
"fast-xml-parser": "^4.5.0",
88
"http-proxy": "^1.18.1"
99
}
1010
}

0 commit comments

Comments
 (0)