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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Publish test results in builds #1765

Open
molant opened this issue Jan 24, 2019 · 0 comments
Open

[Feature] Publish test results in builds #1765

molant opened this issue Jan 24, 2019 · 0 comments

Comments

@molant
Copy link
Member

molant commented Jan 24, 2019

馃殌 Feature request

Description

When running the build on Azure Pipelines right now we only see the task that failed:

image

It will be great to publish the results into the tests tab.

image

What scenarios will this solve?

This will avoid having to scroll or search into the massive output what has failed.

What needs to be done?

From a quick search what needs to be done is:

  1. Change ava reporter to tap in CI
  2. Convert the results into xUnit, maybe using tap-xunit
  3. Use the Publish Test Results task

Although I'm sure we will find some issues along the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant