Questions tagged [jenkins-mstest]

Jenkins's MSTest plugin

This plugin converts MSTest TRX test reports into JUnit XML reports so it can be integrated with Jenkin's JUnit features

Site: https://wiki.jenkins.io/display/JENKINS/MSTest+Plugin

Github: https://github.com/jenkinsci/mstest-plugin

17 questions
0
votes
1 answer

Test failing on Jenkins run - %20 stripped from encoded url

I have a set of API tests which are failing on a Jenkins run via the MSTest runner plugin. On investigation, the exception message returned is the following Status: BadRequest. Reason: {"Message":"The request is invalid."} The encoded url is…
jwelsh
  • 1
0
votes
1 answer

How to save MS Test's result in a Jenkins variable?

One of my Jenkins job is executing MSTest. I am passing the following command to Execute Windows batch command: del TestResults.trx "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\MSTest.exe"…
Umesh Chhabra
  • 49
  • 1
  • 3
1
2