
Test your React Components with Nightwatch and Testing Library
Component testing in Nightwatch has been refined with version 2.4 and support for testing React components (via the @nightwatch/react plugin) has been significantly improved. We also released a new plugin for using the popular Testing Library with Nightwatch - @nightwatch/...

Component Driven Development with Storybook and Nightwatch
Integrate Nightwatch with Storybook and start writing efficient and straightforward component and end-to-end tests.

Build and Deploy a Single Page App with React, Vite, and Netlify Functions
Learn how to build, test and deploy a bookstore app with React 18, Vite, Netlify Functions, and Nightwatch.

Build and Deploy a Single Page App with Vue 3 + Vite and Pinia
Learn how to build, test, and deploy a single page bookstore app with Vue 3 + Vite and Pinia.

End-to-End Testing and Feedback Loops
It’s about time to get automated end-to-end testing on your side and improve your development process.Among all the types of...