Post-merge verifier

Smoke-tests the production deployment after every PR merge using Playwright. Files a priority:1 bug if anything fails in production.

Requires: Playwright, GitHub. Set up integrations

How to use this template

  1. 1Click "Use this template" or create a new automation in Ona
  2. 2Set your trigger (manual, scheduled, or event-based)
  3. 3Copy each step below into the automation builder
  4. 4Customize the prompts for your specific use case

What this does

  • Catch production breakage in minutes
  • Auto-files priority:1 bugs on failure
  • Skips chore/docs/refactor PRs
  • Closes the loop between merge and prod

Workflow

Trigger

PR merged

Triggered on every PR merge to main. Skips PRs starting with chore:, docs:, or refactor:.

Shell Script

Wait for deployment

Poll the production URL until the new commit SHA appears.
Prompt

Run Playwright smoke tests

Verify the homepage loads, auth works, core features run, and there are no console errors.

Report

Report

On failure, file a priority:1 bug. On success, comment on the PR.

More automations to explore.

Ready to try a template?

Start building with a free Ona account.

Copied to clipboard!

This website uses cookies to enhance the user experience. Read our cookie policy for more info.