{
  "baseUrl": "https://demo.pricefx.eu/app/modules/",

  "pluginsFile": "cypress/plugins/index.js",
  "supportFile": "cypress/support/index.js",
  "fixturesFolder": "cypress/fixtures",
  "integrationFolder": "cypress/integration",
  "screenshotsFolder": "cypress/screenshots",
  "videosFolder": "cypress/videos",
  "video": true,
  "viewportWidth": 1400,
  "viewportHeight": 660,
  "defaultCommandTimeout": 10000,
  "watchForFileChanges": false,
  "chromeWebSecurity": false,

  "env": {
    "timesRepeated": 1,
    "RETRIES": 0,
    "apiUrl": "https://demo.pricefx.eu/pricefx/"
  },

  "reporter": "cypress-multi-reporters",
  "reporterOptions": {
    "configFile": "cypress/reporter-config.json"
  }
}
