Browse Source

Setting video flag to false within Cypress.json

master
Mitch-Budibase 5 years ago
parent
commit
d78a9ae763
  1. 2
      packages/builder/cypress.json

2
packages/builder/cypress.json

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

Loading…
Cancel
Save