Adding Custom Commands to Nightwatch TypeScript Projects
Learn how to extend Nightwatch's built-in automation commands with your own when working inside a TypeScript Nightwatch test project in this post.
read more →
Learn how to extend Nightwatch's built-in automation commands with your own when working inside a TypeScript Nightwatch test project in this post.
read more →
Looking for example demo sites to practice your test automation against with Selenium, Cypress, or NightwatchJS? Here is a list of the top demo websites for practicing your test automation skills against.
read more →
Learn how to add API testing to your existing selenium automated tests using the API testing plugin for Nightwatch.js
read more →
This handy guide will show you how to perform email testing in your end-to-end test automation to verify email delivery, recipient, localized content, or follow links out of account verification/activation emails in your Nightwatch selenium test suite using the MailTrap email sandbox tool.
read more →
Visual regression testing is a QA testing technique effective at catching look and feel or layout regression defects and catching bugs that you aren't explicitly looking for in your tests. These tests can be flaky or high maintenance without the right combination of visual testing tool, platform, and style so this guide will help you pick the best visual regression tool and write maintainable visual tests.
read more →
Nightwatch supports TypeScript! Learn how to write your Nightwatch automated tests and page objects using TypeScript with the examples in this documentation. Get the benefits of intellisense and type checking in both your tests and page objects!
read more →
Test case management systems that aren't integrated with your automation framework are wasteful. Learn how to integrate Nightwatch automated test results into TestRail automatically in this tutorial with the help of testrail-nightwatch-updater.
read more →
Learn how to use Nightwatch.js global variables so you don't need to hardcode values in your test automation allowing them to work in multiple environments and reduce test maintenance costs.
read more →
This tutorial will cover how to implement a minimum accessibility test plan against a website using Nightwatch.js and aXe.
read more →
Learn how to configure Nightwatch.js to use SauceLabs for scalable, parallelized, multi-browser automated test execution in this software testing tutorial.
read more →
Our local South Florida Test Automation chapter met virtually to go over the Nightwatch.js framework. It was our first virtual testing Meetup in an effort to adapt to the new normal.
read more →
Using page objects and commands for repetitive selectors and test code allows you to write maintainable automated test cases. Learn how in this Nightwatch automation tutorial.
read more →
When writing automated browser tests at the UI using frameworks like Selenium or Nightwatch.js it can be useful to validate your front-end interactions cause the desired changes in the backend database. This tutorial will show you how to use Nightwatch to write database tests against SQL databases.
read more →
There are quite a few web accessibility testing tools out there, but I thought I'd see if any could fit in with my existing automated Nightwatch tests.
read more →
I've been looking at newer browser automation frameworks that might also be written in NodeJS and Nightwatch was a match.
read more →