Test Coverage tool

Hey folks, Im after a test coverage tool (open source) that can capture unit, UI, specflow and integration tests and nicely display the results in a dashboard. Ive looked around and Ncover seems like it has potential but not sure if it fits all of my criteria. Do you have any recommendations or guide for me?

3 Likes

If you are working in a kubernetes world, you may want to check out GitHub - kubeshop/testkube: ☸️ Kubernetes-native testing framework for test execution and orchestration.

1 Like

Sadly not. We use .NET , C# , azure devops , xunit . But thank you for the suggestion