Skip to content

Commit 418fba9

Browse files
committed
test: open tests in Chrome
1 parent 93439fb commit 418fba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:storybook": "lerna run build:i18n && yarn create-cypress-commands-docs && storybook build -o .out",
1515
"build:storybook-sitemap": "node ./scripts/create-storybook-sitemap.js --directory .out",
1616
"test:prepare": "rimraf temp && lerna run build",
17-
"test:open": "CYPRESS_COVERAGE=false cypress open --component --browser firefox",
17+
"test:open": "CYPRESS_COVERAGE=false cypress open --component --browser chrome",
1818
"test": "yarn test:prepare && cypress run --component --browser chrome",
1919
"clean": "tsc --build --clean && tsc --build tsconfig.build.json --clean && rimraf temp .out && lerna run clean",
2020
"clean:remove-modules": "yarn clean && rimraf node_modules",

0 commit comments

Comments
 (0)