UNPKG

chimpy

Version:

Develop acceptance tests & end-to-end tests with realtime feedback.

19 lines (15 loc) 335 B
module.exports = { // - - - - CHIMP - - - - watch: false, watchTags: '@watch', offline: false, // - - - - CUCUMBER - - - - path: './features', jsonOutput: 'output.json', // '- - - - DEBUGGING - - - - log: 'info', debug: false, seleniumDebug: false, webdriverLogLevel: false, // debugBrkCucumber: 5858, };