actions-marketplace-validations/Retrieve Cypress Test Run Results
Retrieve the test run results summary of Cypress
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 28, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/nhantrantrong_cypress-test-results@5b738a0f92deaaea88a1378a81942d9e25fc051c # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
no inputs
Outputs
| name | description |
|---|---|
| numOfTestFiles | Total number of test files |
| numOfTests | Total number of tests |
| numOfPassed | Total number of tests with PASSED result |
| numOfFailed | Total number of tests with FAILED result |
| numOfPending | Total number of tests with PENDING result |
| numOfSkipped | Total number of tests with SKIPPED result |
| duration | Cypress tests executed duration which is already formatted in hms |
| durationInMilliseconds | Cypress tests executed duration in milliseconds |
| dashboardUrl | Cypress Dashboard URL if the run was recorded |