Command line tool for Spectron tests
npm install spectron-cliCLI tool to help create and add Spectron tests.
npm install spectron-cli#### Initialize Spectron testsspectron-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 filespectron-cli add [test name]
The add command adds a new spec file with the name of your choosing (default is test.spec.js).