...
/Enable Pull Request Integration
Enable Pull Request Integration
Learn how to enable pull request integration to add status checks and testing information right in each pull request.
We'll cover the following...
To add status checks and pull request comments, including screenshots of failed tests, right in each pull request, Cypress provides a GitHub app.
Installation
The installation process consists of a few steps, mainly to grant Cypress permissions to your repository and to connect a Cypress project with the repository.
Cypress provides excellent documentation, including up-to-date ...