mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 23:49:43 -05:00
12 lines
247 B
JavaScript
12 lines
247 B
JavaScript
module.exports = {
|
|
component: {
|
|
experimentalSingleTabRunMode: true,
|
|
supportFile: false,
|
|
devServer: {
|
|
bundler: 'vite',
|
|
framework: 'react',
|
|
},
|
|
indexHtmlFile: 'cypress/component/support/component-index.html',
|
|
},
|
|
}
|