File tree Expand file tree Collapse file tree 3 files changed +107
-141
lines changed Expand file tree Collapse file tree 3 files changed +107
-141
lines changed Original file line number Diff line number Diff line change 5
5
"description" : " This example demonstrates how to use an ITK-Wasm package ESM module from an HTML script tag." ,
6
6
"scripts" : {
7
7
"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" ,
12
12
"test:debug" : " start-server-and-test start http://localhost:8080 test:browser:debug" ,
13
13
"test:ui" : " start-server-and-test start http://localhost:8080 test:browser:ui" ,
14
14
"test" : " start-server-and-test start http://localhost:8080 test:browser"
Original file line number Diff line number Diff line change 42
42
"@shoelace-style/shoelace" : " ^2.12.0" ,
43
43
"@types/node" : " ^22.13.13" ,
44
44
"esbuild" : " ^0.25.1" ,
45
- "start-server-and-test" : " ^2.0.4 " ,
45
+ "start-server-and-test" : " ^2.0.12 " ,
46
46
"ava" : " ^6.1.3" ,
47
- "cypress" : " ^14.3 .0" ,
47
+ "cypress" : " ^14.4 .0" ,
48
48
"shx" : " ^0.4.0" ,
49
49
"vite" : " ^6.2.3"
50
50
}
You can’t perform that action at this time.
0 commit comments