Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

2 роки тому
123456789
  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. })