Skip to content

Commit e34dc5c

Browse files
committed
chore: bump cypress to 14.4.0, start-server-and-test to 2.0.12
1 parent 154846d commit e34dc5c

File tree

3 files changed

+107
-141
lines changed

3 files changed

+107
-141
lines changed

examples/esm/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"description": "This example demonstrates how to use an ITK-Wasm package ESM module from an HTML script tag.",
66
"scripts": {
77
"start": "http-server -c-1 ./dist/",
8-
"test:browser": "pnpm exec playwright test",
9-
"test:browser:ui": "pnpm exec playwright test --ui",
10-
"test:browser:debug": "pnpm exec playwright test --debug",
11-
"test:browser:report": "pnpm exec playwright show-report",
8+
"test:browser": "npx playwright test",
9+
"test:browser:ui": "npx playwright test --ui",
10+
"test:browser:debug": "npx playwright test --debug",
11+
"test:browser:report": "npx playwright show-report",
1212
"test:debug": "start-server-and-test start http://localhost:8080 test:browser:debug",
1313
"test:ui": "start-server-and-test start http://localhost:8080 test:browser:ui",
1414
"test": "start-server-and-test start http://localhost:8080 test:browser"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"@shoelace-style/shoelace": "^2.12.0",
4343
"@types/node": "^22.13.13",
4444
"esbuild": "^0.25.1",
45-
"start-server-and-test": "^2.0.4",
45+
"start-server-and-test": "^2.0.12",
4646
"ava": "^6.1.3",
47-
"cypress": "^14.3.0",
47+
"cypress": "^14.4.0",
4848
"shx": "^0.4.0",
4949
"vite": "^6.2.3"
5050
}

0 commit comments

Comments
 (0)