How to use the SpecSync Azure DevOps pipeline tasks
SpecSync provides an Azure DevOps pipeline extension, called "SpecSync Tools" that contains pipeline tasks to make usage of SpecSync easier in Azure DevOps pipelines.
You can find detailed information about using SpecSync on a build or release pipeline in the How to use SpecSync from build or release pipeline guide.
You can find the SpecSync Tools extension in the Visual Studio Marketplace.
Currently the following task is available in the extension:
Visual Studio Test for SpecSync (
VsTestForSpecSync
) - a modified version of the built-inVsTest
task that skips showing the results in the pipeline Tests tab to avoid duplicated display of tests. See How to publish test results from pipelines using the VSTest task for details on using this task.
Last updated