Cypress component testing(react/angular) vs karma/jasmine vs jest #17239
-
In these current days we are integrating cypress as our main e2e framework.
Thanks in advance ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Read my vision for component testing here https://glebbahmutov.com/blog/my-vision-for-component-tests/ In my opinion, component testing in a real browser using Cypress are 10x better than writing tests in karma/jasmine and jest
I don't think you need to rewrite the tests, but I would try writing a few component tests and see what you think |
Beta Was this translation helpful? Give feedback.
Read my vision for component testing here https://glebbahmutov.com/blog/my-vision-for-component-tests/
In my opinion, component testing in a real browser using Cypress are 10x better than writing tests in karma/jasmine and jest
I don't think you need to rewrite the tests, but I would try writing a few component tests and see what you think