Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"bundle": "nps build.bundle",
"test": "nps test-cy-ci",
"test:cypress": "nps test-cy-ci",
"test:cypress:single": "nps test-cy-single",
"test:cypress:open": "nps test-cy-open",
"test:ssr": "node -e \"import('./test/ssr/component-imports.js')\"",
"create-ui5-element": "wc-create-ui5-element",
Expand Down
1 change: 1 addition & 0 deletions packages/fiori/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"test": "wc-dev test",
"test:ssr": "node -e \"import('./test/ssr/component-imports.js')\"",
"test:cypress": "nps test-cy-ci",
"test:cypress:single": "nps test-cy-single",
"test:cypress:open": "nps test-cy-open",
"create-ui5-element": "wc-create-ui5-element",
"prepublishOnly": "tsc -b"
Expand Down
1 change: 1 addition & 0 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"test:cypress:suite-1": "nps test-cy-ci-suite-1",
"test:cypress:suite-2": "nps test-cy-ci-suite-2",
"test:cypress:open": "nps test-cy-open",
"test:cypress:single": "nps test-cy-single",
"test:vitest": "yarn vitest run",
"test:ssr": "node -e \"import('./test/ssr/component-imports.js')\"",
"create-ui5-element": "wc-create-ui5-element",
Expand Down
1 change: 1 addition & 0 deletions packages/tools/components-package/nps.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ const getScripts = (options) => {
"test-cy-ci-suite-1": `cross-env CYPRESS_COVERAGE=true TEST_SUITE=SUITE1 yarn cypress run --component --browser chrome`,
"test-cy-ci-suite-2": `cross-env CYPRESS_COVERAGE=true TEST_SUITE=SUITE2 yarn cypress run --component --browser chrome`,
"test-cy-open": `cross-env CYPRESS_COVERAGE=true yarn cypress open --component --browser chrome`,
"test-cy-single": `cross-env yarn cypress run --component --browser chrome --spec ${process.argv[3]}`,
"test-suite-1": `node "${LIB}/test-runner/test-runner.js" --suite suite1`,
"test-suite-2": `node "${LIB}/test-runner/test-runner.js" --suite suite2`,
startWithScope: "nps scope.prepare scope.watchWithBundle",
Expand Down