sorry-cypress
Home
Help
GitHub
Currents.dev
Search…
Documentation
Guide
Get Started
Dashboard and API
Cloud Setup
Cloud
AWS
Google Cloud
Microsoft Azure
Heroku
Kubernetes
Docker Images
Configuration
Basic Setup
Full Setup
Director Service
API Service
Web Dashboard
MongoDB Configuration
FAQ
Integrations
Events
Webhooks
Slack Integration
GitHub Integration
Bitbucket Integration
MS Teams Integration
Concepts
Parallelization Explained
Inactivity Timeout [deprecated]
Cypress Agent
cy2
Agent Configuration
CLI One Liners
CI
GitHub Actions
Travis
Jenkins
AWS Codebuild
Development
Changelog
Development Guide
Community Content
❤️ Contributions
Support
Legal
FAQ
Powered By
GitBook
Webhooks
Sorry-cypress will send a
POST
HTTP request to a URL with a JSON payload.
1
// Payload schema
2
{
3
event
:
"INSTANCE_FINISH"
|
"INSTANCE_START"
|
"RUN_START"
|
"RUN_FINISH"
;
4
runUrl
:
string
;
5
failures
:
number
;
6
passes
:
number
;
7
skipped
:
number
;
8
tests
:
number
;
9
pending
:
number
;
10
wallClockDurationSeconds
:
number
;
11
}
Copied!
Use the web dashboard Project Settings to add or edit Generic Webhook Integration
Integrations - Previous
Events
Next - Integrations
Slack Integration
Last modified
1yr ago
Copy link
Edit on GitHub