From 543a9ea6e9e1428bac2097f10d6bbd87e89397c3 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 24 Oct 2018 16:26:06 +0200 Subject: [PATCH] Add config for e2e tests --- client/cypress.json | 3 ++- client/package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client/cypress.json b/client/cypress.json index b471a6a5..a7c41e00 100644 --- a/client/cypress.json +++ b/client/cypress.json @@ -1,3 +1,4 @@ { - "baseUrl": "http://localhost:8000" + "baseUrl": "http://localhost:8000", + "video": false } diff --git a/client/package.json b/client/package.json index e725090a..0350b5e8 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,8 @@ "start": "npm run dev", "lint": "eslint --ext .js,.vue src", "build": "node build/build.js", - "open:cypress": "cypress open" + "open:cypress": "cypress open", + "test:cypress": "cypress run" }, "dependencies": { "apollo-cache-inmemory": "^1.2.2",