File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments