---
title: "Nightwatch.js Integrated Browser and Mobile Testing Framework"
description: "A source-backed ASE skill for Nightwatch.js, the Node.js automation framework for end-to-end, component, API, accessibility, and mobile testing through the W3C WebDriver stack. It fits agent workflows that need repeatable browser control, cross-browser assertions, and CI-friendly test execution."
verification: "security_reviewed"
source: "https://github.com/nightwatchjs/nightwatch"
author: "nightwatchjs"
publisher_type: "Open Source Project"
category:
  - "Browser Automation"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "nightwatchjs/nightwatch"
  github_stars: 11943
---

# Nightwatch.js Integrated Browser and Mobile Testing Framework

A source-backed ASE skill for Nightwatch.js, the Node.js automation framework for end-to-end, component, API, accessibility, and mobile testing through the W3C WebDriver stack. It fits agent workflows that need repeatable browser control, cross-browser assertions, and CI-friendly test execution.

## Prerequisites

Node.js

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
npm init nightwatch@latest
```

## Documentation

- https://nightwatchjs.org/guide

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/nightwatchjs-integrated-browser-mobile-testing-framework/)
