Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 305 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 305 Bytes

spectron-demo

Spectron Demo for e2e testing electron applications.

Supports:

  • electron 3+
  • Typescript 2.9.x
  • Spectron 4.x (webdriverio under the hood)

Preconditions

install dependencies

$ npm install

Run tests

run e2e tests with mocha reporter

$ npm run test