GitHub Check Runs on every PR
8 months ago
qlane creates a 'qlane' check on every pull request and updates it through queued → running → done with the test summary.
When qlane is enabled on a project, every PR gets a 'qlane' check run. We update its status as the test session progresses: queued when the webhook fires, in progress when the sandbox starts, completed (success or failure) when the agent finishes.
The completion summary embeds counts of passing and failing test cases plus a deep link back to the qlane session for full results, screenshots, and reproduction steps.
Qlane now plays nicely with branch protection rules — you can block PR merges until qlane reports success, just like you would with CI.
- Check Run created on PR open, updated through queued → running → done.
- Pass/fail summary with counts and a deep link back to the session.
- Compatible with branch protection rules (required checks).