machine / machine.specifications

Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
MIT License
885 stars 178 forks source link

Support for CI reports (Bamboo etc) #317

Closed ryudice closed 5 years ago

ryudice commented 7 years ago

Is there a way currently to generate test reports in NUnit format? There doesnt seem to be an easy way to integrate Mspec tests into Bamboo, this would be an easy workaround.

ivanz commented 7 years ago

There is no NUnit format output out of the box, but there is already some other outputs and an XML one here: https://github.com/machine/machine.specifications.reporting/tree/master/Machine.Specifications.Reporting/Generation/Xml

The console runner (but not the .net core one yet) uses this lib for outputs.