Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Coverage API Test
Coverage API Test

Coverage API Test

Alex Alves

|
52 installs
| (0) | Free
Tools for generate the coverage by test result of a integration test.
Get it free

Coverage API Integration Test for Azure DevOps Pipelines

A custom task that you can include in your pipeline on Azure DevOps.

CI/CD:

Workflow Status

Install

$ git clone https://github.com/alexalvess/api-coverage-test.git
$ cd api-coverage-test
$ npm install --prefix ./buildAndReleaseTask package.json
$ npm install -g json
$ npm install -g tfx-cli

Build for Debug

$ npm run build --prefix ./buildAndReleaseTask
$ npm run copyNodeModules --prefix ./buildAndReleaseTask

Build for Production

$ npm run build --prefix ./buildAndReleaseTask
$ npm run changeEnvironment --prefix ./buildAndReleaseTask
$ npm run copyNodeModules --prefix ./buildAndReleaseTask
$ json -I -f ./buildAndReleaseTask/task.json -e "this.version.Patch++"
$ npm run copyTaskToDist --prefix ./buildAndReleaseTask

Run for Debug

$ npm start --prefix ./buildAndReleaseTask

Pack and Publish:

$ tfx extension create --manifest-globs vss-extension.json

And upload the file generate in Visual Studio Market Place

Now, let's see the pipeline execution

Pipeline execution


Look the all documentation:

  • Wiki: https://github.com/alexalvess/api-coverage-test/wiki

We are online 🚀!

See this extension in Visual Studio Market Place

About ℹ:

This custom task was developed by Alex Alves and encouraged by XP Inc.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft