cypress video off

pull/23/head
Szekeres Bálint 6 years ago
parent 3bee212d2b
commit 0443b92c88

@ -1,3 +1,4 @@
{ {
"projectId": "mhyogs" "projectId": "mhyogs",
"video": false
} }

@ -35,7 +35,7 @@
"build:prod": "node-sass --output-style=compressed resources/scss/app.scss public/assets/css/app.min.css", "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": "start-server-and-test start http://localhost:8080 cypress:run",
"test:debug": "start-server-and-test start http://localhost:8080 cypress:open", "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" "cypress:open": "cypress open"
} }
} }

Loading…
Cancel
Save