stevenknox / CoreBDD

BDD framework for xUnit.net
Apache License 2.0
18 stars 1 forks source link

[Question] Project state and tooling #14

Closed constant-wip closed 5 years ago

constant-wip commented 5 years ago

Hi @stevenknox

This is a nice BDD tool and I would like to give it a try.

I'm just curious if this is ready for production apps. Have you tried it with Code Coverage tools?

stevenknox commented 5 years ago

Hi @projectzerotohero , I have been using it with production apps on a daily basis and the core functionality appears to be holding up well. It should work perfectly with code coverage tools as its using xUnit.net under the covers.

constant-wip commented 5 years ago

Great Thanks @stevenknox