bbc / ShouldIT

A language agnostic BDD framework.
http://bbc-sport.github.io/ShouldIT/
MIT License
53 stars 7 forks source link

Added ability to control output details #6

Closed chemsoc closed 9 years ago

chemsoc commented 9 years ago

We have a large number of features and specs so the output can get a little overwhelming.

Output control has been added in 2 config options outputDetails and outputSummary;

outputDetails Specify which categories to show in the details output eg --outputDetails="failed,pending" will hide anything that is passing.

outputSummary Display a summary at the end of the process to get some statistics across all test sources.

image

mackstar commented 9 years ago

Thanks! Good stuff. Will get this merged in and released as soon as I scramble back my write access.