codecept.json 332 B

123456789101112131415161718
  1. {
  2. "tests": "./test/*_test.js",
  3. "timeout": 10000,
  4. "output": "./test/__screenshots-new__",
  5. "helpers": {
  6. "Nightmare": {
  7. "url": "http://localhost:3001",
  8. "show": false,
  9. "restart": false
  10. }
  11. },
  12. "include": {
  13. "I": "./test/steps_file.js"
  14. },
  15. "bootstrap": false,
  16. "mocha": {},
  17. "name": "tocbot"
  18. }