Initial commit
This commit is contained in:
commit
05c65aad4d
155 changed files with 93617 additions and 0 deletions
13
scripts/run-local-tests.sh
Executable file
13
scripts/run-local-tests.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
ROOT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")/.." && pwd)
|
||||
|
||||
cd "$ROOT_DIR"
|
||||
|
||||
echo "[local-tests] building test bundle"
|
||||
npm run build:test
|
||||
|
||||
echo "[local-tests] running Playwright viewer tests"
|
||||
CI=1 npx playwright test tests/viewer.spec.ts --project chromium-webgl --workers=1 "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue