TheBrainFamily/chimpy

View on GitHub
chimp.js

Summary

Maintainability
A
0 mins
Test Coverage
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,
};