mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-04 14:19:55 -06:00
* remove experimentalFetchPolyfill BREAKING: remove experimentalFetchPolyfill * Add changelog entry
21 lines
393 B
JavaScript
21 lines
393 B
JavaScript
module.exports = {
|
|
'viewportWidth': 400,
|
|
'viewportHeight': 400,
|
|
'projectId': 'z9dxah',
|
|
'env': {
|
|
'reactDevtools': true,
|
|
},
|
|
'component': {
|
|
experimentalSingleTabRunMode: true,
|
|
'excludeSpecPattern': [
|
|
'**/__snapshots__/*',
|
|
'**/__image_snapshots__/*',
|
|
'examples/**/*',
|
|
],
|
|
devServer: {
|
|
framework: 'react',
|
|
bundler: 'vite',
|
|
},
|
|
},
|
|
}
|