1.0.18 • Published 7 years ago

tape-run-electron v1.0.18

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

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

9 years ago

1.0.6

9 years ago