Files
cypress/system-tests/projects/missing-webpack-config/cypress.config.js
T

13 lines
240 B
JavaScript

const { defineConfig } = require('cypress')
module.exports = defineConfig({
component: {
experimentalSingleTabRunMode: true,
supportFile: false,
devServer: {
framework: 'react',
bundler: 'webpack',
},
},
})