
Using the OpenAI platform to analyse automated test failures
A look at how to develop a Nightwatch.js plugin which sends the test failure and associated errors to a service which integrates with the OpenAI platform to analyse the errors and get some actionable feedback

Azure Active Directory authentication for CLI apps
Create a CLI application with Node.js that elegantly and securely authenticates users with their Azure Active Directory (AAD) credentials.

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)...

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.