123456789101112131415161718 |
- {
- "tests": "./test/*_test.js",
- "timeout": 10000,
- "output": "./test/__screenshots-new__",
- "helpers": {
- "Nightmare": {
- "url": "http://localhost:3001",
- "show": false,
- "restart": false
- }
- },
- "include": {
- "I": "./test/steps_file.js"
- },
- "bootstrap": false,
- "mocha": {},
- "name": "tocbot"
- }
|