1.0.18 • Published 9 years ago

tape-run-electron v1.0.18

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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 ;)

1.0.18

9 years ago

1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

10 years ago

1.0.12

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

11 years ago

1.0.6

11 years ago