https://github.com/nightwatchjs/nightwatch-mcp
https://github.com/nightwatchjs/nightwatch-mcp
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nightwatchjs/nightwatch-mcp
- Owner: nightwatchjs
- License: mit
- Created: 2025-04-16T15:05:01.000Z (2 months ago)
- Default Branch: trunk
- Last Pushed: 2025-04-25T13:34:42.000Z (2 months ago)
- Last Synced: 2025-06-17T00:27:35.475Z (13 days ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Nightwatch.js MCP
This project is a custom implementation using [Nightwatch.js](https://nightwatchjs.org/), a powerful end-to-end testing framework for web applications and websites.
## Table of Contents
- [About](#about)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## About
Nightwatch.js MCP is designed to simplify and enhance the process of writing and running automated tests for modern web applications. It leverages Nightwatch.js to provide a seamless testing experience.
## Installation
To get started, clone the repository and install the dependencies:
```bash
git clone https://github.com/your-username/nightwatchjs_mcp.git
cd nightwatchjs_mcp
npm install
```or via NPM
```bash
npm i @nightwatch/nightwatch-mcp
```or as an agent via
```npm -y @nightwatch/nightwatch-mcp```