Skip to content

Commit 9e55093

Browse files
authored
docs: remove external component test example (#823)
1 parent 4d47587 commit 9e55093

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,6 @@ See [cypress-gh-action-example](https://github.com/bahmutov/cypress-gh-action-ex
11451145
| [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 |
11461146
| [cypress-examples](https://github.com/bahmutov/cypress-examples) | Shows separate install job from parallel test jobs |
11471147
| [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 |
11491148
<!-- prettier-ignore-end -->
11501149

11511150
## Notes
@@ -1351,7 +1350,7 @@ See the [example-cron.yml](./.github/workflows/example-cron.yml) workflow.
13511350
### Suppress test summary
13521351

13531352
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.
13551354
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.
13561355

13571356
```yml

0 commit comments

Comments
 (0)