microsoft / VSTSAgent.PowerShell

Tools for managing and automating your Azure DevOps Agents.
MIT License
29 stars 23 forks source link

Want to publish the Automation Test Results executed in Azure Devops to team members through(Mail or Teams) #18

Closed vishnuprakash9845 closed 4 years ago

vishnuprakash9845 commented 4 years ago

I have developed a testing framework for automating the UWP Application using appium. Created the build pipeline to run the tests in VM in Azure Devops and able to see the Test Results and summary.

But wanted this results to publish to my entire team of 12 members as soon as the Test Automation in the VM completes through Mail or Microsoft Teams

Can anyone help me on this, if anyone feels any blog or reference would be useful for the above issue. I am reachable @ vishnuprakash9845@gmail.com

jwittner commented 4 years ago

You might checkout the Azure Devops Notifications, which has a pretty rich set of event types.

Alternatively you might be able to use a Microsoft Flow Azure Devops Connector to construct your own behaviour upon build completion.

Closing as not an issue with VSTSAgent.PowerShell. =)