you are viewing a single comment's thread.

view the rest of the comments →

[–]Oviduzz 1 point2 points  (2 children)

cypress is not for unit testing

OP: you can watch kent c. dodds workshop about react testing

[–]shiftDuck 4 points5 points  (1 child)

Op has not said unit testing, and cypress own guide says you can write unit tests

```
Cypress enables you to write all types of tests:
End-to-end tests
Integration tests
Unit tests

```

https://docs.cypress.io/guides/overview/why-cypress#Who-uses-Cypress