No code required here — we want your reasoning.
Describe the workflow: what triggers it, the job/steps, how you start the API before the tests, and how a test failure fails the build. A YAML sketch is welcome but optional.
# (optional) sketch your workflow hereOn a failed run, what would you post, and how do you keep it signal (not noise)?
- What goes in the message: (which fields — failing specs? counts? a link to the run? first error? )
- How it's triggered: (only on failure? on flaky retries? on
mainonly?) - Keeping it useful: (dedup, thresholds, grouping, who gets pinged, etc.)