Reputation: 68
I have a test plan in VSTS and I have associated automated test cases with the tests in VSTS. Now when I try to update the test plan by executing the automated tests in build pipeline "Select tests using" Test assemblies, the test plan is not getting updated
I tried to Select tests using Test Plan, then test plan is getting updated.
Can anyone help me in updating the test plan by selecting the tests using Test assemblies
Upvotes: 1
Views: 390
Reputation: 28086
Can I update test plan by executing automated tests in build pipeline using Test assemblies
Sorry but this's not currently supported. If we choose Test Assembly
option, the test results won't be updated to Test Plan. This is by design of this task.
Just like the link in comment above from ReadyToLearn states, if you want to update Test Plan
automatically after test execution, you should use Test Plan
instead of Test Assemblies
. Hope my answer helps to resolve your puzzle :)
Upvotes: 1