Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 481 Bytes

README.en.md

File metadata and controls

41 lines (28 loc) · 481 Bytes

macaca-electron-app-sample


run

$ 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

License

The MIT License (MIT)