mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-02 12:59:50 -06:00
12 lines
323 B
JavaScript
12 lines
323 B
JavaScript
module.exports = {
|
|
'video': false,
|
|
'fixturesFolder': false,
|
|
'viewportWidth': 500,
|
|
'viewportHeight': 800,
|
|
'component': {
|
|
// load file devServer that comes with this plugin
|
|
// https://github.com/bahmutov/cypress-react-unit-test#install
|
|
devServer: require('@cypress/react/plugins/react-scripts'),
|
|
},
|
|
}
|