Mandatory checks

Even in the case of checks failing you are able to merge a Pull request. This behaviour can be avoided by making a Check compulsory using branch protection rules.

Branch Protection Rules

HyperTest Check will fail every time (if 1 or more regressions are reported).

By default, You will be able to merge PR even if the check fails.

To block merge if the check fails, you have the option to hold merge by going to \ Settings > branches > branch protection rules > require status checks to pass before merging

It is mandatory to run GitHub Check at least once in the previous week, in order to see the HyperTest Check appear in the above screen.

Last updated