Skip to content

Translate Skipped the test results into something Azure DevOps does NOT understand#9124

Merged
TravisEz13 merged 7 commits intoPowerShell:masterfrom
TravisEz13:convert_pester_results_to_azureDevOps_status
Mar 20, 2019
Merged

Translate Skipped the test results into something Azure DevOps does NOT understand#9124
TravisEz13 merged 7 commits intoPowerShell:masterfrom
TravisEz13:convert_pester_results_to_azureDevOps_status

Conversation

@TravisEz13
Copy link
Member

@TravisEz13 TravisEz13 commented Mar 12, 2019

PR Summary

Translate Skipped the test results into something Azure DevOps does NOT understand

PR Context

Make results reporting in Azure DevOps more obvious.

PR Checklist

build.psm1 Outdated
$fileName = Split-Path -Leaf -Path $Path
$tempFilePath = Join-Path ([system.io.path]::GetTempPath()) -ChildPath $fileName

# Althought NUnit allowed values are: Passed, Failed, Inconclusive or Ignored (the spec says Skipped but it doesn' work with Azure DevOps)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about "pending"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending is reported by pested as Inconclusive and is ignored by Azure DevOps.

@TravisEz13 TravisEz13 force-pushed the convert_pester_results_to_azureDevOps_status branch from 3628b75 to 6bfb2d1 Compare March 12, 2019 18:34
@TravisEz13 TravisEz13 changed the title Translate the test results into something Azure DevOps understands Translate Skipped the test results into something Azure DevOps does NOT understand Mar 12, 2019
TravisEz13 and others added 2 commits March 12, 2019 11:37
Co-Authored-By: TravisEz13 <travis.plunk@microsoft.com>
Copy link
Contributor

@RDIL RDIL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@TravisEz13 TravisEz13 marked this pull request as ready for review March 20, 2019 20:21
@TravisEz13 TravisEz13 added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Mar 20, 2019
@TravisEz13 TravisEz13 merged commit b632b60 into PowerShell:master Mar 20, 2019
@TravisEz13 TravisEz13 deleted the convert_pester_results_to_azureDevOps_status branch March 20, 2019 20:27
TravisEz13 added a commit that referenced this pull request Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants