Setup & Installation
What This Skill Does
Generates NightwatchJS end-to-end tests in JavaScript with Selenium WebDriver. Includes page object patterns, built-in assertions, and config scaffolding for both local browsers and LambdaTest cloud runs.
Generates complete test files with proper page object structure and environment config, so you skip the boilerplate of wiring up Selenium, assertions, and cloud settings by hand.
When to use it
- Writing login and form flow E2E tests with Nightwatch page objects
- Running test suites against LambdaTest cloud browsers from nightwatch.conf.js
- Scaffolding page object files with reusable selectors and commands
- Adding visibility, URL, and text assertion checks to existing Nightwatch tests
- Setting up nightwatch.conf.js for local ChromeDriver and remote Selenium grids