Skip to content

Commit

Permalink
code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheiy committed Apr 1, 2024
1 parent 457a93f commit 52345d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uui-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typecheck": "tsc --project ./tsconfig.json --skipLibCheck true --noEmit true",
"docker-test-e2e": "yarn typecheck && cross-env UUI_REPORT_OBSOLETE_SCREENSHOTS=true npx playwright test",
"docker-test-e2e-update": "yarn docker-test-e2e --update-snapshots",
"ci-test-e2e-deps-install": "yarn pw-cli install --with-deps chromium webkit",
"ci-test-e2e-deps-install": "npx ../node_modules/playwright install --with-deps chromium webkit",
"ci-test-e2e": "yarn typecheck && cross-env UUI_REPORT_OBSOLETE_SCREENSHOTS=true npx ../node_modules/playwright test",
"local-pw-cli": "ts-node scripts/cmd/cmdRunPwDocker.ts",
"local-test-e2e-report-show": "npx ../node_modules/playwright show-report ./tests/.report/report",
Expand Down

0 comments on commit 52345d9

Please sign in to comment.