Nightwatch MCP Server
npm install @nightwatch/nightwatch-mcpThis project is a custom implementation using Nightwatch.js, a powerful end-to-end testing framework for web applications and websites.
- About
- Installation
- Usage
- Contributing
- License
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.
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``