Integrating LetsEncrypt with Azure Kubernetes Service (AKS) for free TLS certificates
This tutorial goes through the steps of deploying and configuring a new Azure Kubernetes (AKS) cluster and then use the cert-manager resource to automatically generate and renew TLS certificates using Let’s Encrypt.
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.