You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -1145,7 +1145,6 @@ See [cypress-gh-action-example](https://github.com/bahmutov/cypress-gh-action-ex
1145
1145
| [cypress-gh-action-changed-files](https://github.com/bahmutov/cypress-gh-action-changed-files) (legacy) | Shows how to run different Cypress projects depending on changed files |
1146
1146
| [cypress-examples](https://github.com/bahmutov/cypress-examples) | Shows separate install job from parallel test jobs |
1147
1147
| [cypress-gh-action-split-jobs](https://github.com/bahmutov/cypress-gh-action-split-jobs) (legacy) | Shows a separate install job with the build step, and another job that runs the tests |
1148
-
| [cypress-react-component-example](https://github.com/bahmutov/cypress-react-component-example) (legacy) | Run E2E and component tests using this action |
1149
1148
<!-- prettier-ignore-end -->
1150
1149
1151
1150
## Notes
@@ -1351,7 +1350,7 @@ See the [example-cron.yml](./.github/workflows/example-cron.yml) workflow.
1351
1350
### Suppress test summary
1352
1351
1353
1352
The default test summary can be suppressed by using the parameter `publish-summary` and setting its value to `false`.
1354
-
Sometimes users want to publish test summary using a specific action.
1353
+
Sometimes users want to publish test summary using a specific action.
1355
1354
For example, a user running Cypress tests using a matrix and wants to retrieve the test summary for each matrix job and use a specific action that merges reports.
0 commit comments