cypress video off

This commit is contained in:
Szekeres Bálint 2018-07-01 17:03:34 +02:00
parent 3bee212d2b
commit 0443b92c88
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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"
}
}