File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 56
56
"start:example:server:jdtls" : " npm run start:server:jdtls --workspace packages/examples" ,
57
57
"release:prepare" : " npm run reset:repo && npm ci && npm run build && npm run lint && npm run test:run" ,
58
58
"reset:repo" : " git clean -f -X -d" ,
59
- "test" : " vitest" ,
60
- "test:run" : " vitest --run" ,
61
- "test:debug" : " vitest --config vitest.debug.config.ts --inspect-brk=20222 --browser --no-file-parallelism" ,
59
+ "test" : " npm run test:webdriverio" ,
60
+ "test:run" : " npm run test:webdriverio" ,
61
+ "test:webdriverio" : " vitest" ,
62
+ "test:webdriverio:run" : " vitest --run" ,
63
+ "test:playwright" : " vitest --config vitest.debug.config.ts" ,
64
+ "test:playwright:run" : " vitest --config vitest.debug.config.ts --run" ,
65
+ "test:debug" : " npm run test:playwright -- --inspect-brk=20222 --browser --no-file-parallelism" ,
62
66
"test:install" : " playwright install"
63
67
},
64
68
"workspaces" : [
You can’t perform that action at this time.
0 commit comments