mavdi / grunt-cucumberjs

Grunt plugin for cucumber.js
MIT License
31 stars 36 forks source link

formats html+pretty, pretty won't output #82

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi there, I would like to keep the default output - aka 'pretty' - when generating the report. I tried the formats: ['pretty', 'html'] config but when running only html outputs.

Am I missing something here?

Thank you!

gkushang commented 8 years ago

Can you add option 'debug: true' to the task? It enables the console logs.

ghost commented 8 years ago

It works! So that was the thing I was missing here. For pretty to work with another format, you have to enable debug: true.

Thank you @gkushang,

gkushang commented 8 years ago

Sure. Closing the issue since it's resolved!