Cypress Cloud — recorded runs
cypress/cloud · version 1
envs add cypress/cloud
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
CYPRESS_RECORD_KEY |
required | secret | Cypress says to set it as a secret or masked variable in CI so it does not reach configuration files or build logs. A compromised key is deleted and replaced rather than reset.. where to get it |
CYPRESS_PROJECT_ID |
required | config | Cypress puts it in the committed config file, which is what makes it public here. It says anyone holding this and the record key can record runs, so the pairing is the risk and this half alone is not.. where to get it |