mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 23:20:24 -05:00
11 lines
234 B
JavaScript
11 lines
234 B
JavaScript
module.exports = {
|
|
component: {
|
|
experimentalSingleTabRunMode: true,
|
|
devServer: {
|
|
framework: 'create-react-app',
|
|
bundler: 'webpack',
|
|
},
|
|
indexHtmlFile: 'cypress/support/custom-component-index.html',
|
|
},
|
|
}
|