0.1.2 • Published 7 years ago

spectron-cli v0.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

CLI tool to help create and add Spectron tests.

Install

npm install spectron-cli

Usage

Initialize Spectron tests

spectron-cli init

The init command does a couple of things:

  • Creates an e2e directory, if it doesn't already exist.
  • Creates a test.spec.js file with a Spectron test template.
  • Creates a test.page.js file with a template to host properties and function.

Add Spectron test file

spectron-cli add [test name]

The add command adds a new spec file with the name of your choosing (default is test.spec.js).

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago