Skip to content

Commit

Permalink
test: rename npm scripts integration -> screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
vOrigins committed Mar 4, 2025
1 parent 804e0c0 commit ab09683
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"build": "npm run build:dist",
"build:dist": "npm run --workspace=@netcracker/qubership-apihub-apispec-view build",
"build:showcase": "npm run --workspace=@netcracker/qubership-apihub-apispec-view build:showcase",
"integration-test:ci": "npm run --workspace=@netcracker/qubership-apihub-apispec-view integration-test:ci",
"screenshot-test:ci": "npm run --workspace=@netcracker/qubership-apihub-apispec-view screenshot-test:ci",
"feature-start": "feature-start --featureName",
"feature-finish": "feature-finish",
"release-start": "release-start",
Expand Down
12 changes: 6 additions & 6 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"build:showcase": "storybook build -o ../../dist-showcase --disable-telemetry",
"development:storybook": "storybook dev -p 9009",
"development:local-server:static": "npm run build:showcase && ws -p 9009 -d ../../dist-showcase --spa index.html --static.maxage 3600",
"integration-test:ci": "start-server-and-test development:local-server:static http://localhost:9009 integration-test:run-test:ci",
"integration-test:docker": "start-server-and-test development:local-server:static http://localhost:9009 integration-test:run-test:docker",
"integration-test:run-test:ci": "jest --maxWorkers 4 -c .config/it/it-test.jest.config.js",
"integration-test:run-test:docker": "jest --maxWorkers 4 -c .config/it/it-test-docker.jest.config.js",
"integration-test:regenerate-snapshots": "start-server-and-test development:local-server:static http://localhost:9009 integration-test:regenerate-snapshots:run",
"integration-test:regenerate-snapshots:run": "jest --maxWorkers 4 --updateSnapshot -c .config/it/it-test-docker.jest.config.js",
"screenshot-test:ci": "start-server-and-test development:local-server:static http://localhost:9009 screenshot-test:run-test:ci",
"screenshot-test:docker": "start-server-and-test development:local-server:static http://localhost:9009 screenshot-test:run-test:docker",
"screenshot-test:run-test:ci": "jest --maxWorkers 4 -c .config/it/it-test.jest.config.js",
"screenshot-test:run-test:docker": "jest --maxWorkers 4 -c .config/it/it-test-docker.jest.config.js",
"screenshot-test:regenerate-snapshots": "start-server-and-test development:local-server:static http://localhost:9009 screenshot-test:regenerate-snapshots:run",
"screenshot-test:regenerate-snapshots:run": "jest --maxWorkers 4 --updateSnapshot -c .config/it/it-test-docker.jest.config.js",
"type-check": "tsc --noEmit"
},
"rollup": {
Expand Down

0 comments on commit ab09683

Please sign in to comment.