Microsoft Teams
Send cypress tests results to Microsoft Teams
Currents integration with Microsoft Team allows posting test results of your Cypress tests directly into MS Teams channels.

Cypress Tests Results in Microsoft Teams
In order to enable MS Teams integration and share cypress tests results to Teams channels, follow those steps:
- Navigate to "Manager Project" section for the selected project
- Click "Add Integration", select "Microsoft Teams"
- Enter the details of your Slack Integration and click "Save"

Enabling Microsoft Teams Slack integration
Provide the following details to finalize Slack integration, click "Save" to finish:
- Incoming Webhook URL - Incoming Webhook URL, e.g.
https://hooks.slack.com/services/XXX/YYY/ZZZ
. Read the guide to generate the URL. - Failed Runs Only - enabling the toggle would only send results for failed, timed out or canceled runs.
- Events (Optional) - specify the event that trigger the integration and send results. Leaving this field blank activates all the events.
The following events trigger notifications for Microsoft Teams integration.
Triggered when a new run starts. If a run contains multiple groups, the notification will be triggered for each group.

Example of MS Teams notification for Cypress Run Start event
Triggered when a run finishes its execution or when a run times out. If a run contains multiple groups, the notification will be triggered for each group. For timed out runs, the message will contain the last know results for the run or run group.

Example of MS Teams notification for Cypress Run Finished

Example of MS Teams notification for Cypress Run Finished with Timeout event
Triggered when a run gets cancelled. If a run contains multiple groups, the notification will be triggered for each group. The message will contain the last know results for the run or run group.

Example of MS Teams notification for Cypress Run Canceled event
To disable Microsoft Teams integration, simply delete the integration from the list of integrations.
Yes, you can have multiple Microsoft Teams integrations for the same project.
Last modified 1yr ago