Built-in checks
Meticulous can detect non-visual regressions and report them before a pull request is merged. When a check fails, the author of the PR has to acknowledge the result in Meticulous before the pull request can proceed. Every built-in check can be configured to alert only, reporting its findings as warnings that never fail the status check, so you can adopt a check without blocking pull requests on it. Available built-in checks:
- Accessibility: catch new accessibility violations introduced by a PR
- Network requests: catch PRs that make your app issue meaningfully more network requests
- React component renders: catch PRs that make your React components re-render meaningfully more
A Meticulous admin can turn these on for your project.