Skip to main content
hitspec can notify your team about test results through Slack and Microsoft Teams webhooks. See Notifications for full details.

Slack

Setup

  1. Create a Slack Incoming Webhook
  2. Set the webhook URL as an environment variable or pass it via flag

Configuration

What You Get

The Slack notification includes:
  • Color-coded attachment (green for pass, red for fail)
  • Test count summary (total, passed, failed)
  • Duration
  • Environment name
  • Failed test details with error messages

Microsoft Teams

Setup

  1. Create a Teams Incoming Webhook
  2. Set the webhook URL as an environment variable or pass it via flag

Configuration

What You Get

The Teams notification uses an Adaptive Card with:
  • Summary title with pass/fail status
  • Column layout with test counts
  • Failed test details
  • Timestamp footer

Both Services

Send to both simultaneously:
Last modified on February 10, 2026