1.0.18 • Published 8 years ago

tape-run-electron v1.0.18

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago