Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 154559a

Browse files
committed
add blog post section
1 parent e3356bc commit 154559a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> A little helper to unit test React components in the open source [Cypress.io](https://www.cypress.io/) E2E test runner **v4.5.0+**
44
5-
**Jump to:** [Comparison](#comparison), [Install](#install), Examples: [basic](#basic-examples), [advanced](#advanced-examples), [full](#full-examples), [external](#external-examples), [Style options](#options), [Code coverage](#code-coverage), [Visual testing](#visual-testing), [Common problems](#common-problems)
5+
**Jump to:** [Comparison](#comparison), [Blog posts](#blog-posts), [Install](#install), Examples: [basic](#basic-examples), [advanced](#advanced-examples), [full](#full-examples), [external](#external-examples), [Style options](#options), [Code coverage](#code-coverage), [Visual testing](#visual-testing), [Common problems](#common-problems)
66

77
## Survey
88

@@ -38,6 +38,12 @@ Spying and mocking | Jest mocks | Sinon library
3838
Code coverage | ✅ | ✅
3939
<!-- prettier-ignore-end -->
4040

41+
## Blog posts
42+
43+
- [My Vision for Component Tests in Cypress](https://glebbahmutov.com/blog/my-vision-for-component-tests/)
44+
- [Unit Testing React components with Cypress](https://itnext.io/unit-testing-react-components-with-cypress-4d4cf8cd59a0)
45+
- [Test React Component with cypress-react-unit-test Example](https://dev.to/bahmutov/test-react-component-with-cypress-react-unit-test-example-4d99)
46+
4147
## Known problems
4248

4349
See issues labeled [v4](https://github.com/bahmutov/cypress-react-unit-test/labels/v4)

0 commit comments

Comments
 (0)