Files
cypress/npm/xpath/cypress.config.js
T

13 lines
268 B
JavaScript

const { defineConfig } = require('cypress')
module.exports = defineConfig({
e2e: {
excludeSpecPattern: '*.html',
supportFile: 'cypress/support/e2e.js',
},
component: {
excludeSpecPattern: '*.html',
supportFile: 'cypress/support/e2e.js',
},
})