You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
331 B

  1. // https://docs.cypress.io/guides/guides/plugins-guide.html
  2. module.exports = (on, config) => Object.assign({}, config, {
  3. fixturesFolder: 'tests/e2e/fixtures',
  4. integrationFolder: 'tests/e2e/specs',
  5. screenshotsFolder: 'tests/e2e/screenshots',
  6. videosFolder: 'tests/e2e/videos',
  7. supportFile: 'tests/e2e/support/index.js'
  8. })