You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would provide more flexibility if this was made available through a Docker container, and also support StdOut output, along with a --format parameter.
Example:
docker run --rm -t -v $(System.DefaultWorkingDirectory)/DirectoryWithTAPFile:/src aghassemi/tap-xunit /src --format JUnit (or whatever other supported formats) > $(System.DefaultWorkingDirectory)/results.xml
My ultimate goal with this, is to covert the output from the GitHub Super Linter, into a supported format that can be then published as Test Results in Azure DevOps pipelines.
The text was updated successfully, but these errors were encountered:
It would provide more flexibility if this was made available through a Docker container, and also support StdOut output, along with a --format parameter.
Example:$(System.DefaultWorkingDirectory)/DirectoryWithTAPFile:/src aghassemi/tap-xunit /src --format JUnit (or whatever other supported formats) > $ (System.DefaultWorkingDirectory)/results.xml
docker run --rm -t -v
My ultimate goal with this, is to covert the output from the GitHub Super Linter, into a supported format that can be then published as Test Results in Azure DevOps pipelines.
The text was updated successfully, but these errors were encountered: