Skip to content

Commit 69857de

Browse files
committed
naming feedback
1 parent 00a300b commit 69857de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
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",

playwright/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
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",

0 commit comments

Comments
 (0)