Skip to content

Commit 08012bf

Browse files
committed
Add CI/CD test script with browser test exclusion option
1 parent 4430a84 commit 08012bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"test:api:report": "jest ./test/api --json --outputFile=test-results/jest-results.json",
3131
"test:bundlers:report": "cd test/bundlers && ./run-with-report.sh",
3232
"test:cicd": "mkdir -p test-results && npm run test:api:report && npm run test:bundlers:report && npm run test:e2e && node test/reporting/generate-unified-report.js",
33+
"test:cicd:no-browser": "mkdir -p test-results && npm run test:api:report && npm run test:bundlers:report && node test/reporting/generate-unified-report.js",
3334
"test:all": "npm run test:unit && npm run test:browser && npm run test:api",
3435
"test:sanity-report": "node sanity-report.mjs",
3536
"validate:browser": "node scripts/validate-browser-safe.js",

0 commit comments

Comments
 (0)