Blocking PR Merges on Test Run Failures

Blocking PR Merges on Test Run Failures

One strategy to maintain quality in a trunk branch is to block the merge of any Pull Requests that fail to pass their tests. Internally at Testery, we follow this practice to ensure that our mainline is deployable at all times. When pushing a PR commit on its master branch or main branch, testery will check for if has failed test run when running it.

With Testery's Github Actions Integration, you can block PR merges based on test runs on Testery.

Check out the following video for a full demonstration.

Keep reading

AI

Is AI Silently Disappearing Your Features?

AI agents protect the code they can see and quietly erode the code they cannot. The features that vanish first are the ones with no end-to-end tests. Here is how to stop it.

4 min read
New Features

Test History

Testery now has a new view that shows the complete run history for any individual test across environments, branches, and time periods.

2 min read