An open API service indexing awesome lists of open source software.

https://github.com/aimenux/strykerdemo

Using Stryker to run mutation testing on CI builds
https://github.com/aimenux/strykerdemo

console-app mutation-testing net80 stryker

Last synced: 8 months ago
JSON representation

Using Stryker to run mutation testing on CI builds

Awesome Lists containing this project

README

          

[![.NET](https://github.com/aimenux/MutationTestingDemo/actions/workflows/ci.yml/badge.svg)](https://github.com/aimenux/StrykerDemo/actions/workflows/ci.yml)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Faimenux%2FStrykerDemo%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/aimenux/StrykerDemo/master)

# StrykerDemo
```
Using stryker for mutation testing
```

In this demo, i m using [stryker](https://github.com/stryker-mutator/stryker-net) in order to run mutation testing on ci builds.

Results can be reported to multiple formats :
- html
- console
- [dashboard](https://dashboard.stryker-mutator.io/reports/github.com/aimenux/StrykerDemo/master)

**`Tools`** : net8, stryker, xunit, fluent-assertions