|
26 | 26 | "build:workerBundle": "esbuild --bundle --format=esm --outfile=./dist/pipeline/web-workers/bundles/itk-wasm-pipeline.worker.js ./dist/pipeline/web-workers/itk-wasm-pipeline.worker.js", |
27 | 27 | "build:workerBundleForTesting": "esbuild --bundle --format=esm --outfile=./test/pipelines/typescript/test/browser/demo-app/public/itk-wasm-pipeline.worker.js ./dist/pipeline/web-workers/itk-wasm-pipeline.worker.js && shx cp -r ./test/data/ ./test/pipelines/typescript/test/browser/demo-app/public/", |
28 | 28 | "build:workerMinBundle": "esbuild --minify --bundle --format=esm --outfile=./dist/pipeline/web-workers/bundles/itk-wasm-pipeline.min.worker.js ./dist/pipeline/web-workers/itk-wasm-pipeline.worker.js", |
29 | | - "cypress:open": "pnpx cypress open", |
30 | | - "cypress:run": "pnpx cypress run --config defaultCommandTimeout=8000", |
31 | | - "cypress:install": "pnpx cypress install", |
32 | | - "cypress:runChrome": "pnpx cypress run --config defaultCommandTimeout=8000 --browser chrome", |
33 | | - "cypress:runFirefox": "pnpx cypress run --config defaultCommandTimeout=8000 --browser firefox", |
34 | | - "cypress:runFirefox:ci": "pnpm cypress:install && pnpx cypress run --config defaultCommandTimeout=8000 --browser firefox", |
| 29 | + "cypress:open": "pnpm exec cypress open", |
| 30 | + "cypress:run": "pnpm exec cypress run --config defaultCommandTimeout=8000", |
| 31 | + "cypress:install": "pnpm exec cypress install", |
| 32 | + "cypress:runChrome": "pnpm exec cypress run --config defaultCommandTimeout=8000 --browser chrome", |
| 33 | + "cypress:runFirefox": "pnpm exec cypress run --config defaultCommandTimeout=8000 --browser firefox", |
| 34 | + "cypress:runFirefox:ci": "pnpm cypress:install && pnpm exec cypress run --config defaultCommandTimeout=8000 --browser firefox", |
35 | 35 | "start": "pnpm build:workerBundleForTesting && cd test/pipelines/typescript && npm i && npm link ../../.. && npm run build && npm run start", |
36 | 36 | "test:wasi": "pnpm test:buildTestPipelines:wasi && pnpm test:runTestPipelines && pnpm test:bindgenTestPipelines:python", |
37 | 37 | "test": "pnpm test:lint && pnpm test:testPipelines && pnpm test:node && pnpm test:bindgenTestPipelines:python && pnpm test:browser:chrome && pnpm test:browser:firefox", |
|
0 commit comments