peteclark82 / cuke-tree

A hierarchical Cucumber test report generator and IDE for node.js
MIT License
12 stars 4 forks source link

Assumes features/glossary.js always exists #3

Open simondean opened 11 years ago

simondean commented 11 years ago

cuke-tree fails to generate a report if the file features/glossary.js does not exist. If the file does not exist then cuke-tree produces this error:

Building CukeTree report...
{ [Error: ENOENT, open 'C:\code\myriad\myriad-cucumber-js-example\features\glossary.js']
  errno: 34,
  code: 'ENOENT',
  path: 'C:\\code\\myriad\\myriad-cucumber-js-example\\features\\glossary.js' }