#testing
Read more stories on Hashnode
Articles with this tag
One of the less exciting things about being a Frontend Developer is having to handle error, empty and loading states. It may not be the most fun thing...
I recently migrated from create-react-app (CRA) to ViteJS, and as part of that, I switched my test runner from Jest to Vitest. In this article, I go...
Learn some tips and best practices to give your E2E Playwright tests a boost. ยท I've been using Playwright for a couple of months now, and though I'm...
Cypress was our go-to end-to-end (E2E) testing tool, and we were pretty happy with it, up until recently that is. Lately, we've run into a couple of...
Learn why making your tests fail is actually a good idea. ยท Let's face it, most of us developers don't necessarily love writing tests. We sometimes end...