The Practical Testing Strategy of Frontend

Toru Eguchi
ITNEXT
Published in
4 min readSep 25, 2022

--

Everyone knows writing tests are super important because it speeds up development in long term. On any application, you would face a breaking change. Without tests, only you could do is just scared.

Recently, because frontend testing tools has been matured, you could write proper test also in frontend. However, I encounter many people who give up to write tests in frontend because it’s just…

--

--

Writer for

I am a full-stack engineer. I have strength on frontend (React, Vue, Next.js…) and on backend (express, fastify and Ruby on Rails).