Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-nightwatchjs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-nightwatchjs

A Yeoman code generator for Nightwatch.js. Nightwatch.js is an easy to use Node.js based End-to-End (E2E) testing solution for browser based apps and websites built on top of the Selenium WebDriver API

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

generator-nightwatchjs NPM version Build Status Dependency Status Coverage percentage

A Yeoman code generator for Nightwatch.js. Nightwatch.js is an easy to use Node.js based End-to-End (E2E) testing solution for browser based apps and websites built on top of the Selenium WebDriver API

Installation

First, install Yeoman and generator-nightwatchjs using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-nightwatchjs

Then generate your new project:

yo nightwatchjs

Scaffolded test suite layout

e2e
├── assertions
│   └── customValue.js
├── commands
│   └── resizePicture.js
├── output
│   ├── logs
│   │   └── .gitignore
│   └── screenshots
│       └── .gitignore
├── pages
│   ├── google.js
│   └── google-section.js
├── reports
│   └── .gitignore
├── tests
│   ├── google.js
│   └── google-section.js
├── .editorconfig
├── .gitignore
├── .jshintrc
├── globals.js
├── nightwatch.json
└── package.json

Note: The inclusion of the following files in the scaffolding is for demonstration purposes of typical nightwatch.js syntax, these files can (and should) be removed or modified prior to running your test suite.

  • assertions/customValue.js
  • commands/resizePicture.js
  • pages/google.js
  • pages/google-section.js
  • tests/google.js
  • tests/google-section.js
  • globals.js

License

MIT © Joe Purdy

Keywords

FAQs

Package last updated on 02 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc