$ npm i
$ npm run build
$ npm run dist
Select dmg, mac.zip or exe installation in dist directory, and then find the installation path to replace the binary parameter under the chromeOptions object of sample.test.js
- Mac:
$ npm run mac-start
$ npm run test
- Windows:
$ npm run win-start
$ npm run win-server
$ npm run test
The MIT License (MIT)