mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 23:20:24 -05:00
bb8251b752
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
8 lines
140 B
JavaScript
8 lines
140 B
JavaScript
module.exports = {
|
|
baseUrl: 'http://localhost:3434',
|
|
video: false,
|
|
'e2e': {
|
|
setupNodeEvents: require('./cypress/plugins'),
|
|
},
|
|
}
|