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

Test reports are not being published to Azure Pipelines #463

Open
vagisha-nidhi opened this issue Mar 27, 2019 · 0 comments
Open

Test reports are not being published to Azure Pipelines #463

vagisha-nidhi opened this issue Mar 27, 2019 · 0 comments

Comments

@vagisha-nidhi
Copy link

Tests are running in the pipeline, but results are not being published for reporting. Azure Pipelines provides excellent reporting capabilities that help you with:

Easy analysis and troubleshooting for failed tests - the test reports show all relevant details (error message, stack trace, failing for how long, etc.) to make it easy to analyze failed tests.
Timing analysis - Test duration information helps you figure out long running tests, so that you can improve test collateral to speed up the pipelines.
Build-on-build trends/analytics help you get rich insights, for e.g., easily identify top failing tests.
We have added CTest Results format support to Publish CTest results to pipeline.

I am a Software Engineer on the Azure Pipelines team and will be happy to raise a PR to address this.

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

1 participant