
Baretest is a minimal, fast, simple JavaScript test runner. If you currently use Jest, see what you stand to gain (or lose) by trying Baretest.

Visually checking that your app appears as your designers intended was traditionally a manual process. No more: automate visual regression testing with Jest.

Learn how the functional programming paradigm can help you write code that is more readable, easier to test, and less complex due to the absence of states and mutable data.

Find out how to write end-to-end tests for your web applications using TestCafe on Node.js.

Unit, integration, and end-to-end testing are crucial parts of the development process. Striking the right balance can be a challenge, especially when testing serverless apps.

This guide walks you through end-to-end testing for GraphQL servers using Jest to ensure your applications work properly after changes.

Netlify’s Split Testing simplifies A/B and beta testing by splitting traffic between multiple Git branches and providing access from the same production URL.

Find out how to use React Test Renderer to test React components.

We’ll learn how to implement Algolia InstantSearch into your application by building a movie search sample app.

While testing can be a very controversial concept, something we can all agree on is testing is a very critical aspect of any product and it should be treated as such.

A while back, I wrote an article about the basic setup for Go WebAssembly in a React app. We’ll be piggybacking […]

Performance monitoring is a very important topic for any application that expects to be deployed into a production environment. Performance […]