Adding singleuser to the ci tests
This commit is contained in:
parent
20a223a091
commit
41ce3fdb91
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
"check": "eslint --ext .tsx,.ts . --quiet --cache",
|
||||
"fix": "eslint --ext .tsx,.ts . --quiet --fix --cache",
|
||||
"i18n-extract": "formatjs extract src/**/*.tsx src/**/*.ts --out-file i18n/tmp.json; formatjs compile i18n/tmp.json --out-file i18n/en.json; rm i18n/tmp.json",
|
||||
"runserver-test": "cd cypress && ../../bin/octoserver",
|
||||
"runserver-test": "cd cypress && ../../bin/octoserver --single-user",
|
||||
"cypress:ci": "start-server-and-test runserver-test http://localhost:8088 cypress:run",
|
||||
"cypress:run": "cypress run",
|
||||
"cypress:run:chrome": "cypress run --browser chrome",
|
||||
|
|
Loading…
Reference in a new issue