Tag

Nightwatch.js

0 views collected around this technical thread.

DevOps Engineer
DevOps Engineer
Oct 21, 2017 · Frontend Development

Handling Asynchronous Operations in Nightwatch.js: Getting and Comparing License Numbers

This article explains how to retrieve a license count using Nightwatch.js, manage JavaScript's asynchronous callbacks, compare two retrieved values, and assert the expected increment, providing complete code examples and practical tips for reliable UI automation testing.

AsynchronousAutomation TestingJavaScript
0 likes · 2 min read
Handling Asynchronous Operations in Nightwatch.js: Getting and Comparing License Numbers
DevOps Engineer
DevOps Engineer
Oct 18, 2017 · Frontend Development

Using Nightwatch.js for Keyboard Actions and Key Combinations in Automated Web Testing

This article explains how to perform simple and combined keyboard actions such as Enter and Ctrl+A in Nightwatch.js automated tests, provides code examples for Google (or Baidu) searches, and lists all available key constants for reference.

Automated TestingJavaScriptKeyboard Events
0 likes · 3 min read
Using Nightwatch.js for Keyboard Actions and Key Combinations in Automated Web Testing
DevOps Engineer
DevOps Engineer
Aug 30, 2017 · Operations

Introduction and Overview of Nightwatch.js End‑to‑End Testing Framework

This article introduces Nightwatch.js, a Node.js‑based end‑to‑end testing framework for web and app testing, explains why the author switched from Java‑Selenium‑TestNG to Nightwatch.js, and outlines its key features such as simple syntax, built‑in runner, Selenium integration, cloud support, CI reporting, and extensibility.

E2E testingJavaScriptNightwatch.js
0 likes · 3 min read
Introduction and Overview of Nightwatch.js End‑to‑End Testing Framework