peteclark82 / cuke-tree

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

Doesn't list *.json files in Test History #2

Open simondean opened 11 years ago

simondean commented 11 years ago

In lib/extensions/test_suite/extension.js, it only looks for Cucumber JSON output in .js files and not .json files. Really the extension should be *.json as the files contain JSON rather than JavaScript.