Socialify

Folder ..

Viewing cypress.json
12 lines (12 loc) • 259.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{
  "video": false,
  "e2e": {
    "chromeWebSecurity": false,
    "baseUrl": "http://localhost:5000",
    "integrationFolder": "cypress/e2e",
    "testFiles": "**/*.cy.*",
    "pluginsFile": false,
    "supportFile": false,
    "fixturesFolder": false
  }
}