{"id":22173660,"url":"https://github.com/stefruseva88/mutation-tests-stryker","last_synced_at":"2026-01-23T10:17:04.168Z","repository":{"id":243691849,"uuid":"813160227","full_name":"StefRuseva88/mutation-tests-stryker","owner":"StefRuseva88","description":"Mutation Testing using Stryker","archived":false,"fork":false,"pushed_at":"2024-11-28T17:26:01.000Z","size":184,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T20:29:45.104Z","etag":null,"topics":["dotnet","mutation-testing","nunit-tests","stryker-reporter"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StefRuseva88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-10T15:26:16.000Z","updated_at":"2025-02-06T17:34:36.000Z","dependencies_parsed_at":"2024-06-10T18:07:19.461Z","dependency_job_id":"e9b1d6fe-bab6-4e93-bd0f-be43da8fc5a1","html_url":"https://github.com/StefRuseva88/mutation-tests-stryker","commit_stats":null,"previous_names":["stefruseva88/mutation-testing","stefruseva88/mutation-tests-stryker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StefRuseva88/mutation-tests-stryker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fmutation-tests-stryker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fmutation-tests-stryker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fmutation-tests-stryker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fmutation-tests-stryker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StefRuseva88","download_url":"https://codeload.github.com/StefRuseva88/mutation-tests-stryker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fmutation-tests-stryker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28687430,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","mutation-testing","nunit-tests","stryker-reporter"],"created_at":"2024-12-02T07:34:35.882Z","updated_at":"2026-01-23T10:17:04.132Z","avatar_url":"https://github.com/StefRuseva88.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mutation Tests with .Net and Stryker\n[![C#](https://img.shields.io/badge/Made%20with-C%23-239120.svg)](https://learn.microsoft.com/en-us/dotnet/csharp/)\n[![.NET](https://img.shields.io/badge/.NET-5C2D91.svg)](https://dotnet.microsoft.com/)\n[![NUnit](https://img.shields.io/badge/tested%20with-NUnit-22B2B0.svg)](https://nunit.org/)\n[![Stryker](https://img.shields.io/badge/mutation%20tested%20with-Stryker-4E4E4E.svg)](https://stryker-mutator.io/)\n\n### This is a test project for **Back-End Test Technologies** January 2024 Course @ SoftUni.\n---\n\n## Prerequisites\n\n- .NET Core SDK 3.1 or higher\n- Visual Studio 2019 or later / Visual Studio Code\n\n## Mutation Testing with Stryker\n\n1. **Installing Stryker**:\n\nInstall Stryker using the Package Manager Console with the following command\n\n```bash\ndotnet tool install -g dotnet-stryker\n```\n\n2. **Running Stryker**:\n\nExecute Stryker to perform mutation testing on your project:\n\n```bash\ndotnet stryker\n```\n## Analyzing the Report\nAfter running Stryker, observe the generated report. The report will show the mutation score, which indicates the effectiveness of your tests. Aim to achieve a 100% mutation score by adding more tests.\n\n## Exploring Stryker Further\n- [Stryker Playground](https://stryker-mutator.io/stryker-playground)\n- Visit the Stryker Playground to explore an interactive example. Experiment with creating additional tests to achieve a 100% mutation score.\n\n## Further Reading and Examples\n- [Robo Coasters](https://stryker-mutator.io/robo-coasters-example): Explore the Robo Coasters example for more insights into mutation testing with Stryker.\n- [Robo Bar Example](https://stryker-mutator.io/docs/General/example): Try the Robo Bar Example by following the tutorial. You'll need node.js and git to run this example.\n\n## License\nThis project is licensed under the [MIT License](LICENSE). See the [LICENSE](LICENSE) file for details.\n\n## Contact\nFor any questions or suggestions, please reach out to the course instructor or open an issue in the repository.\n\n---\n### Happy Testing! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefruseva88%2Fmutation-tests-stryker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefruseva88%2Fmutation-tests-stryker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefruseva88%2Fmutation-tests-stryker/lists"}