Run Cypress tests on Chrome when running headlessly (#2141)
This commit is contained in:
parent
dcf2da04f8
commit
ac66f8ed5c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"start:rh-sso": "THEME_NAME=rh-sso snowpack dev",
|
||||
"test": "jest",
|
||||
"start:cypress": "cypress open",
|
||||
"start:cypress-tests": "cypress run",
|
||||
"start:cypress-tests": "cypress run --browser chrome",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue