cypress.json 360 Bytes
Newer Older
1 2 3 4 5 6 7 8
{
  "baseUrl": "http://localhost:3000",
  "projectId": "r7qxah",
  "fixturesFolder": false,
  "integrationFolder": "dev/cypress/integration",
  "pluginsFile": "dev/cypress/plugins/index.js",
  "screenshotsFolder": "dev/cypress/screenshots",
  "supportFile": "dev/cypress/support/index.js",
NGPixel's avatar
NGPixel committed
9 10
  "videosFolder": "dev/cypress/videos",
  "numTestsKeptInMemory": 1
11
}