GitHub Actions

CI/CD

Run Playwright tests via Tynkr inside GitHub Actions workflows

Trigger Tynkr workflows from a GitHub Actions step and get structured test results back into your CI pipeline. Results are posted as check runs to the pull request, and failures link directly to execution traces in Tynkr — so your team sees the full evidence without leaving GitHub.

What you can do

  • Trigger Tynkr workflows as a step in a GitHub Actions deployment pipeline
  • Gate production deployments on Playwright test results from Tynkr
  • Post structured test summaries to pull requests from GitHub Actions

Common questions

How do I run Tynkr workflows from GitHub Actions?

Tynkr provides an API that you can call from a GitHub Actions step using curl or the Tynkr CLI. The step triggers the workflow, waits for completion, and exits with the pass/fail status — which GitHub Actions uses to determine whether the overall workflow succeeds or fails.