reload/Platform.sh Cypress test suite
Run Cypress test specs against platformSH site
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| PLATFORMSH_KEY | API key for connecting to Platform.sh | yes | — |
| PLATFORMSH_ID | ID for the Platform.sh project. | yes | — |
| ENVIRONMENT_NAME | Which environment to check against - defaults to pr-NUMBER | no | pr-${{ github.event.pull_request.number }} |
| WORKING_DIRECTORY | The directory that contains package.json (default: ./) | no | ./ |
| ALLOW_CANCEL_CRON | Can we cancel on-going crons, to speed up deployment? default: 1 | no | 1 |
| FAILED_IMAGE_UPLOAD | Should failing tests upload fail images to the Action artifacts? default: 0 | no | 0 |
| FAILED_VIDEO_UPLOAD | Should failing tests upload fail videos to the Action artifacts? default: 0 | no | 0 |
| TARGET_CYPRESS_SPECS | Specific Cypress specs to run. default: '*/**' (all available) | no | */** |
Outputs
no outputs