From e53da68cb4bcd3043c53b51f4750d1af6b1d4b5b Mon Sep 17 00:00:00 2001 From: moklick Date: Tue, 4 Aug 2020 00:41:56 +0200 Subject: [PATCH] test(task): run cypress headless --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 144a97fa..5d637662 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build:example": "npm install && npm run build && cd example && npm install && npm run build", "cy:open": "cypress open", "cypress": "npm run dev:wait cy:open", - "test:chrome": "cypress run --browser chrome", + "test:chrome": "cypress run --browser chrome --headless", "test:firefox": "cypress run --browser firefox", "test:all": "npm run test:chrome && npm run test:firefox", "test": "npm run dev:wait test:chrome", @@ -74,4 +74,4 @@ "files": [ "dist" ] -} +} \ No newline at end of file