https://github.com/stryker-mutator/azure-devops-mutationreport-publisher
Azure Devops extension to publish and display the mutation testing report in the build result
https://github.com/stryker-mutator/azure-devops-mutationreport-publisher
azure-devops-extension azure-pipelines-task hacktoberfest mutation-report mutation-testing stryker
Last synced: about 1 year ago
JSON representation
Azure Devops extension to publish and display the mutation testing report in the build result
- Host: GitHub
- URL: https://github.com/stryker-mutator/azure-devops-mutationreport-publisher
- Owner: stryker-mutator
- License: apache-2.0
- Created: 2019-05-15T14:21:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T01:37:36.000Z (about 1 year ago)
- Last Synced: 2025-04-10T02:44:54.889Z (about 1 year ago)
- Topics: azure-devops-extension, azure-pipelines-task, hacktoberfest, mutation-report, mutation-testing, stryker
- Language: TypeScript
- Size: 5.23 MB
- Stars: 12
- Watchers: 4
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mutation Report Publisher
Have you been trying out mutation testing using [Stryker](https://stryker-mutator.io) or any of the other mutation testing frameworks? Have you noticed that you forget to check the mutation results? Then this extension is for you.
## Contributing
Don't change any version numbers when you submit a pull request. The version number will be bumped when a new version of the extension is released.
You can compile the pipeline task and web contribution by running the `lerna run compile:dev` command from the root directory.
### Web contribution
You can compile the web contribution by running the `npm run compile:dev` command from the `extension/DisplayBuildResultReport` directory.
You can test changes to the web extension by running the `npm run start:dev` command from the `extension/DisplayBuildResultReport` directory.
### Azure pipelines task
You can compile the web contribution by running the `npm run compile:dev` command from the `extension/PublishMutationReport` directory.
You can test changes to the azure pipelines task by running the `node main.js` command from the `extension/PublishMutationReport/dist` folder after compilation.
For a successful run you need to set the environment variable `$Env:INPUT_reportPattern` to a filepath