From 0443b92c88b193f08d91e4b619dea93b70f34533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Sun, 1 Jul 2018 17:03:34 +0200 Subject: [PATCH] cypress video off --- cypress.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cypress.json b/cypress.json index 531e29a..5edd547 100644 --- a/cypress.json +++ b/cypress.json @@ -1,3 +1,4 @@ { - "projectId": "mhyogs" + "projectId": "mhyogs", + "video": false } diff --git a/package.json b/package.json index 374d8e6..2c3dd54 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "build:prod": "node-sass --output-style=compressed resources/scss/app.scss public/assets/css/app.min.css", "test": "start-server-and-test start http://localhost:8080 cypress:run", "test:debug": "start-server-and-test start http://localhost:8080 cypress:open", - "cypress:run": "cypress run --record false", + "cypress:run": "cypress run", "cypress:open": "cypress open" } }