Closed gkushang closed 8 years ago
@mavdi Let me know what you think about this? Its keeping backward-compatibility by adding formats
option, whereas format
will still work with cucumber v@0.7.0 and lesser.
Hi @mavdi, can you take a look this PR? Thanks!!
Otherwise looks good to me :+1:
options.formats
Supports multiple formatter. Type:
Array
Available:['pretty', 'progress', 'summary', 'html']
e.g.
formats: ['html', 'pretty']
Note:
html
formatter will provide Json as well ashtml
report. Multiple formatter is supported for cucumber v@0.8.0 or higher