Comment on Ask HN: Is there a tool to automate front end testing?Comments−deliriumchn3yIts called End to end testing (E2E) and there are plenty of frameworks to do that. For example, cypress.−aj_nikhilOP3ythanks .. we are thinking of using cypress.io .. how would you rate it ?−deliriumchn3yIdk, I never actually enjoyed it. I prefer unit tests with jest+codecov because it always was enough for me.−aj_nikhilOP3ythank you for sharing..will checkout jest+codecov
Comments
Its called End to end testing (E2E) and there are plenty of frameworks to do that. For example, cypress.
thanks .. we are thinking of using cypress.io .. how would you rate it ?
Idk, I never actually enjoyed it. I prefer unit tests with jest+codecov because it always was enough for me.
thank you for sharing..will checkout jest+codecov