Skip to content
Discussion options

You must be logged in to vote

Hello, I somehow managed to get it working (coincidentally without trying to anymore).
my pipeline tasks now look like this:

  • task: VisualStudioTestPlatformInstaller@1
    inputs:
    versionSelector: 'latestStable'
  • task: VSTest@3
    displayName: 'Test run for Test plans'
    inputs:
    vsTestVersion: 'toolsInstaller'
    testSelector: testPlan
    testPlan: 95302
    testSuite: 95323
    testConfiguration: 10
    searchFolder: '$(System.ArtifactsDirectory)'
    resultsFolder: '$(Agent.TempDirectory)/VSTestResults'

It did not work after I added the first task, I can rule that out.
I also removed some inputs and added the resultsFodler (the split into stages and adding the searchFolder came later where it was already working). So…

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@gasparnagy
Comment options

@jangroendus
Comment options

@jangroendus
Comment options

Comment options

You must be logged in to vote
1 reply
@gasparnagy
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by 304NotModified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants