Skip to content

Commit

Permalink
fix: disable screenshot tests in debug mode (#1328)
Browse files Browse the repository at this point in the history
Closes #1327
  • Loading branch information
ethanalvizo authored May 30, 2023
1 parent d1838d7 commit cbe8f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"test:golden-layout": "lerna run test:ci --scope=@deephaven/golden-layout --stream",
"e2e": "playwright test",
"e2e:codegen": "playwright codegen http://localhost:4000",
"e2e:headed": "playwright test --project=chromium --headed --debug",
"e2e:headed": "playwright test --project=chromium --debug --ignore-snapshots",
"e2e:update-snapshots": "playwright test --update-snapshots",
"version-bump": "lerna version --conventional-commits --create-release github",
"e2e:update-ci-snapshots": "docker build --tag web-client-ui-ci-snapshots --file ./tests/update-ci-snapshots/Dockerfile . && docker run --rm --network host --volume $(pwd)/tests:/work/tests/ --volume $(pwd)/playwright-report:/work/playwright-report --volume $(pwd)/test-results:/work/test-results web-client-ui-ci-snapshots npm run e2e:update-snapshots -- --config=playwright-ci.config.ts"
Expand Down

0 comments on commit cbe8f72

Please sign in to comment.