PR YAML does not test testplan integration
See original GitHub issueDescription
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)'
Steps to reproduce
NA
Expected behavior
Would expect this to be tested
Actual behavior
Not tested
Environment
Azure DevOps
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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.
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