nspec / NSpec

A battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.
http://nspec.org/
MIT License
260 stars 57 forks source link

Scarce formatters documentation #182

Open BrainCrumbz opened 7 years ago

BrainCrumbz commented 7 years ago

As it came out from #176 , there's not a lot of documentation on formatters. Website misses that. NSpecRunner, if one uses it, says something in its usage message, but for specific options it sends you to See formatters for supported options.

Maybe we should add specific formatters options in that usage. Potentially, also replicate all that blurb on website, in some NSpecRunner section.

Some example invocations of XUnitFormatter here and in #124

@amirrajan ideas?