You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Integrating Jtest with Azure DevOps allows you to review the results reported by Jtest  in Azure Pipelines.

To integrate with Azure DevOps:

  1. Install the Jtest extension for Azure DevOps provided by Parasoft and the SARIF SAST Scans Tab Azure extension.

  2. Modify your pipeline to include:
    • the  Run Jtest task provided by the Parasoft extension.

    • the task to upload the SARIF report.
    • the task to upload the reports in other formats (XML, HTML, etc.).

When the workflow executes, you can review the results on the Scans tab of the pipeline results.

 You can find more details and example workflow configuration at https://marketplace.visualstudio.com/items?itemName=parasoft.jtest-azure-devops.

  • No labels