{
  "integrationFolder": "<%= root%>cypress/integration",
  "supportFile": "<%= root%>cypress/support/index.ts",
  "videosFolder": "<%= root%>cypress/videos",
  "screenshotsFolder": "<%= root%>cypress/screenshots",
  "pluginsFile": "<%= root%>cypress/plugins/index.ts",
  "fixturesFolder": "<%= root%>cypress/fixtures",
  "baseUrl": "<%= baseUrl%>"
}