tape-run-electron

1.0.18 • Public • Published

tape-run-electron

js-standard-style Greenkeeper badge

A tape test runner that runs your tests in electron

cat tests/*.js | tape-run-electron

or

browserify tests/*.js | tape-run-electron

You need to have electron and tape locally or globally

Install

npm install tape-run-electron

Gotchas

electron is not really a browser.

__dirname is global which may break tests.

For now I suggest running with browserify or such as thats what you're testing anyhows ;)

Package Sidebar

Install

npm i tape-run-electron

Weekly Downloads

0

Version

1.0.18

License

MIT

Last publish

Collaborators

  • geekytime
  • jameskyburz