cuddly-memory-8324
03/07/2023, 1:01 PMadventurous-dream-20049
03/07/2023, 4:27 PMenough-truck-68085
03/08/2023, 12:02 AMafter: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.cuddly-memory-8324
03/08/2023, 7:41 AMcuddly-memory-8324
03/08/2023, 7:41 AMadventurous-dream-20049
03/08/2023, 3:36 PMenough-truck-68085
03/08/2023, 3:38 PM