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
- Host: GitHub
- URL: https://github.com/aimenux/strykerdemo
- Owner: aimenux
- License: mit
- Created: 2020-02-15T22:47:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T21:39:47.000Z (about 1 year ago)
- Last Synced: 2025-06-04T06:06:02.384Z (about 1 year ago)
- Topics: console-app, mutation-testing, net80, stryker
- Language: C#
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/aimenux/StrykerDemo/actions/workflows/ci.yml)
[](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