Skip to content

Commit bad64b6

Browse files
committed
show example of pull request checks, close #24
1 parent ba8923d commit bad64b6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ See [cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-
100100

101101
**Security note 🔐:** you should keep your `CYPRESS_RECORD_KEY` secret. You can control how Netlify builds external pull requests, see [the doc](https://docs.netlify.com/configure-builds/environment-variables/) - you never want to expose sensitive environment variables to outside builds.
102102

103+
#### status checks
104+
105+
If you are recording test results to Cypress Dashboard, you should also install [Cypress GitHub Integration App](https://on.cypress.io/github-integration) to see status checks from individual groups or from individual specs per commit. See [netlify-plugin-prebuild-example PR #8](https://github.com/cypress-io/netlify-plugin-prebuild-example/pull/8) pull request for an example.
106+
107+
![Netlify to Cypress Dashboard to GH Integration checks](images/netlify-to-cy-gh-app-checks.png)
108+
103109
#### group
104110

105111
You can change the group name for the recorded run using `group` parameter
256 KB
Loading

0 commit comments

Comments
 (0)