Setting video flag to false within Cypress.json

This commit is contained in:
Mitch-Budibase 2022-02-17 17:44:34 +00:00
parent 2f5aa850bb
commit d78a9ae763
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"baseUrl": "http://localhost:10001",
"video": true,
"video": false,
"projectId": "bmbemn",
"env": {
"PORT": "10001",