File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 "sbom" : " pnpm dlx @cyclonedx/cdxgen -t pnpm" ,
2727 "test" : " pnpm run -r test" ,
2828 "test:ci" : " pnpm run -r test:ci" ,
29- "test:playwright" : " pnpm run --filter @axonivy/vscode-designer-playwright ui-tests " ,
29+ "test:playwright" : " pnpm run --filter @axonivy/vscode-designer-playwright test:ui " ,
3030 "test:playwright:browser" : " RUN_IN_BROWSER=true pnpm run test:playwright" ,
3131 "test:playwright:download:vscode" : " pnpm run --filter @axonivy/vscode-designer-playwright download:vscode" ,
32- "test:playwright:performance" : " pnpm run --filter @axonivy/vscode-designer-playwright ui- performance-tests " ,
32+ "test:playwright:performance" : " pnpm run --filter @axonivy/vscode-designer-playwright test:ui: performance" ,
3333 "type" : " pnpm run -r type" ,
3434 "update:axonivy:next" : " npx --yes npm-check-updates @axonivy* -ws -t semver -u" ,
3535 "raise:version" : " lerna version --allow-peer-dependencies-update --no-git-tag-version --no-push --ignore-scripts --exact --yes" ,
Original file line number Diff line number Diff line change 44 "scripts" : {
55 "type" : " tsc --noEmit" ,
66 "download:vscode" : " node --experimental-strip-types tests/utils/download-vscode.ts" ,
7- "ui-tests " : " playwright test --project=integration" ,
8- "ui- performance-tests " : " playwright test --project=performance"
7+ "test:ui " : " playwright test --project=integration" ,
8+ "test:ui: performance" : " playwright test --project=performance"
99 },
1010 "devDependencies" : {
1111 "@playwright/test" : " 1.58.2" ,
You can’t perform that action at this time.
0 commit comments