Setting video flag to false within Cypress.json
This commit is contained in:
parent
28cfcd3202
commit
c7aeb97b26
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"baseUrl": "http://localhost:10001",
|
"baseUrl": "http://localhost:10001",
|
||||||
"video": true,
|
"video": false,
|
||||||
"projectId": "bmbemn",
|
"projectId": "bmbemn",
|
||||||
"env": {
|
"env": {
|
||||||
"PORT": "10001",
|
"PORT": "10001",
|
||||||
|
|
Loading…
Reference in New Issue