Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T20:39:11.000Z (2 months ago)
- Last Synced: 2024-10-29T22:50:25.054Z (2 months ago)
- Topics: azure-devops-extension, azure-pipelines-task, hacktoberfest, mutation-report, mutation-testing, stryker
- Language: TypeScript
- Size: 5.14 MB
- Stars: 11
- Watchers: 6
- Forks: 6
- Open Issues: 21
-
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