Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line test runner - Support a well known report output format #43

Open
felickz opened this issue May 24, 2018 · 2 comments
Open

Comments

@felickz
Copy link

felickz commented May 24, 2018

Feature request to support a common test output format from the command line test runner.

  • JUnit
  • xUnit 2
  • NUnit 2
  • NUnit 3
  • Visual Studio Test Results (TRX)
  • FxCopReport format CodeAnalysisReport.xsl (c:\program files (x86)\microsoft visual studio\2017\enterprise\team tools\static analysis tools\fxcop\Xml\CodeAnalysisReport.xsl)

This would enable test results to be reported as part of VSTS Test dashboards using CI/CD Release Pipelines

@ejohn20
Copy link
Member

ejohn20 commented Aug 1, 2018

Thinking that we will support the SARIF format first to cover static test results. There is likely a plugin for most build pipelines that will support this.

aguggenberger added a commit that referenced this issue Aug 31, 2018
-Added support for Sarif format
ejohn20 added a commit that referenced this issue Sep 6, 2018
@ejohn20
Copy link
Member

ejohn20 commented Sep 6, 2018

SARIF support added to the parser project. Next up is to document how to parse this format using the various CI systems.

aguggenberger pushed a commit that referenced this issue Mar 29, 2019
- Added Sarif output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants