From 41ce3fdb912ad20fed1e51eb19eef5f475d07cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Mon, 11 Jan 2021 16:57:29 +0100 Subject: [PATCH] Adding singleuser to the ci tests --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",