Skip to content

Commit 92a3a27

Browse files
committed
OU-1264: add cypress:run:ci:component
1 parent 8a23603 commit 92a3a27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"cypress:run": "cypress run",
1414
"cypress:run:component": "cypress run --component",
1515
"cypress:run:ci": "NO_COLOR=1 npx cypress run --browser chrome",
16+
"cypress:run:ci:component": "NO_COLOR=1 npx cypress run --browser chrome --component",
1617
"delete:reports": "rm -rf gui_test_screenshots/* || true",
1718
"i18n": "i18n-scripts/build-i18n.sh && node i18n-scripts/set-english-defaults.js",
1819
"i18n-to-po": "node ./i18n-scripts/i18n-to-po.js",

0 commit comments

Comments
 (0)