question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PR YAML does not test testplan integration

See original GitHub issue

Description

The PR build isn’t testing that the vstest will work with Azure Test Plans. AKA would expect to see something like:

    - task: VSTest@2
      inputs:
        testSelector: 'testPlan'
        testPlan: '1'
        testSuite: '2'
        testConfiguration: '3'
        searchFolder: '$(System.DefaultWorkingDirectory)'
        codeCoverageEnabled: true
        testRunTitle: 'Unit tests'
        platform: '$(buildPlatform)'
        configuration: '$(buildConfiguration)'

in azure-pipelines.yml

Steps to reproduce

NA

Expected behavior

Would expect this to be tested

Actual behavior

Not tested

Environment

Azure DevOps

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
nohwndcommented, May 20, 2020

@TroyWalshProf that’s okay. I don’t think we even disagreed on anything, I am just saying that the linked pipeline is probably not the best place to test this.

0reactions
github-actions[bot]commented, Nov 16, 2020

This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days

Read more comments on GitHub >

github_iconTop Results From Across the Web

Run automated tests from test plans - Azure ... - Microsoft Learn
Run automated tests on-demand against Team Foundation builds from test plans in the Test Manager with a build or release pipeline.
Read more >
Run TestComplete Tests as Part of a Pipeline
Your TestComplete projects must be prepared as described in Prepare TestComplete Project for Integration and added to your team project's source control ...
Read more >
Parallel execution in Microsoft Azure Pipelines using Test Plans
We will provide the Test Plan to be executed as part of the pipeline. Prerequisites in Microsoft Azure Pipelines using Test Plans. Step...
Read more >
How to add automated integration test during release pipeline
In order to run Integration Tests in your release pipeline. You should include your Test projects or test assembly dll files in the ......
Read more >
3 Ways to run Automated Tests on Azure DevOps - TechFabric
Check out these 3 strategies to run Azure DevOps tests automated to get ... UI Tests allows to ensure that important functionality doesn't...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found