Skip to content

Commit b1121e1

Browse files
author
Greg Trihus
committed
remove firefox requirement from cypress non-interactive testing
1 parent 7405409 commit b1121e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"cy:open-local": "cypress open --e2e --browser firefox --config-file cypress/config/local.config.ts",
1717
"cy:run-local": "cypress run --e2e --browser firefox --config-file cypress/config/local.config.ts",
1818
"cy:open-ct": "cypress open --component --browser firefox --config-file cypress/config/local.config.ts",
19-
"cy:run-ct": "cypress run --component --browser firefox --config-file cypress/config/local.config.ts",
19+
"cy:run-ct": "cypress run --component --config-file cypress/config/local.config.ts",
2020
"cy:run-ct-fast": "npm run cy:run-ct --config video=false screenshot=false cypress/config/local.config.ts",
2121
"devs": "cd ../.. && node env-config/changeEnv.cjs dev && cd src/renderer",
2222
"qas": "cd ../.. && node env-config/changeEnv.cjs qa && cd src/renderer",

0 commit comments

Comments
 (0)