mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-10 17:20:11 -06:00
9 lines
190 B
JavaScript
9 lines
190 B
JavaScript
module.exports = {
|
|
'video': false,
|
|
'fixturesFolder': false,
|
|
'testFiles': '**/*cy-spec.js',
|
|
'viewportWidth': 500,
|
|
'viewportHeight': 800,
|
|
'componentFolder': 'cypress/component',
|
|
}
|