diff --git a/webapp/package.json b/webapp/package.json index 457bdb601..104593aa1 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -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",