Skip to content

Commit

Permalink
add typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheiy committed Mar 29, 2024
1 parent baa4490 commit 66c7d08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uui-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"pw-cli-local": "ts-node scripts/cmd/cmdRunPwDocker.ts",
"docker-cli-build": "podman build",
"docker-cli-run": "podman rm container-uui-e2e-tests --ignore && podman run --name container-uui-e2e-tests -it --network host --ipc host -v ./scripts:/app/scripts -v ./src:/app/src -v ./tests:/app/tests -v ./playwright.config.ts:/app/playwright.config.ts -v ./.env.ci:/app/.env.ci -v ./.env.local:/app/.env.local",
"test-e2e": "yarn pw-cli test",
"test-e2e": "yarn typecheck && yarn pw-cli test",
"test-e2e-update": "yarn test-e2e --update-snapshots",
"test-e2e-deps-install": "yarn pw-cli install --with-deps chromium webkit",
"typecheck": "tsc --project ./tsconfig.json --skipLibCheck true --noEmit true",
"local-test-e2e-report-show": "npx ../node_modules/playwright show-report ./tests/.report/report",
"local-test-e2e": "yarn pw-cli-local",
"local-test-e2e-update": "yarn pw-cli-local --update-snapshots"
Expand Down

0 comments on commit 66c7d08

Please sign in to comment.