I'm trying to send a detailed email containing information about all failed unit tests in a pipeline and said email must be sent to the developer who wrote the unit tests.
Currently, I have a Visual Studio Test task in my build pipeline which executes my tests and sends an email on failure which provides at least some information.
However:
a) I would like the email to be be send to the developer who wrote the tests.
b) Email should contains all the details of the tests that failed (such as can be seen in the "Tests" tab of a completed build).
The automatic email does not provide all the details I want and mentioned above
To export a classic release pipeline, navigate to Releases, choose ..., and select Export. To import a classic release pipeline, navigate to Releases, choose +New, and select Import release pipeline.
Select Test Plans to open the Test Plans page. Select a test plan to open it, then select the Charts tab. Under Charts, select New > New test result chart.
Azure Devops does not support that feature. You may add your request here: Azure DevOps (formerly Visual Studio Team Services).
As workaround and if you have coding experience, you can try to analyze test runs with Rest Api (Results - Get) and send email (Sending E-mail using C#).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With