When the PublishTestPlanResults task executes, it should create output variables that will allow subsequent tasks to query the test result. For example:
- TestRunId: The ID of the Test Run that was created.
- TestRunUrl: The URL of the Test Run that was created.
Internally, this enables faster feedback as the test run id and url could be used to query the test run to verify that the test results were applied successfully.
Externally, pipeline authors could obtain the URL and include it in an email.
When the PublishTestPlanResults task executes, it should create output variables that will allow subsequent tasks to query the test result. For example:
Internally, this enables faster feedback as the test run id and url could be used to query the test run to verify that the test results were applied successfully.
Externally, pipeline authors could obtain the URL and include it in an email.