https://cypress.io logo
Is Microsoft Teams integration possible with Cypre...
# i-need-help
c
By this I mean having test reports automatically posted in a teams chat. I know this was possible with older versions of cypress but has anyone done this with the latest Cypress 12?
a
Hi @cuddly-memory-8324 As a reminder, as a part of our guidelines, please do not post the same question in multiple channels.
e
fwiw, at my last job I was able to add my own Cypress/Teams integration using webhooks and the
after:run
event. https://docs.cypress.io/api/plugins/after-run-api So it can be done but you'd need to manually parse the event results (pull what you want), define a teams paylod, and send the payload to the correct teams channels using a webhook. If you are running these in CI across multiple machines you need to persist the results of each machine run and then have a final job that combines all the test results with a script and then sends the results.
c
Hi @adventurous-dream-20049 while the questions were on the same topic they were not same question. Here I'm asking for a third party solution to the integration. In the cloud channel I asked regarding first party support of this integration
thank you @enough-truck-68085 I'll give this a try
a
Ahh, my fault @cuddly-memory-8324 Thanks so much for the clarification. Also thank you @enough-truck-68085 for getting some useful info here
e
Of course! @cuddly-memory-8324, let me know if you have any questions. I don't have the solution available anymore but I'm to shake the memory bank if you get stuck.
5 Views