Browse Source

Merge pull request #4637 from Budibase/cypress-testing

Setting Video flag to False
pull/4664/head
Mitch-Budibase 5 years ago
committed by GitHub
parent
commit
32b7abc2a2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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