GitXplorerGitXplorer
J

tape-run-electron

public
9 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
d2d7618289038c51bd19d5c0e0f45bb82b4d0510

1.0.18

JJamesKyburz committed 7 years ago
Unverified
6223f0d9847b76b3ac102cbba1c7414b27734d92

badges

JJamesKyburz committed 7 years ago
Unverified
d5a00abd32883de3997c8e46f1fc07c18288edac

Merge branch 'greenkeeper/initial'

JJamesKyburz committed 7 years ago
Unverified
4f31861040627029147490f9e123fe465c70d015

docs(readme): add Greenkeeper badge

ggreenkeeper[bot] committed 7 years ago
Unverified
1504597f7414820d85819954cb2f6bb801e1bcdb

Merge branch 'greenkeeper-standard-10.0.2'

JJamesKyburz committed 7 years ago
Unverified
c79a7b4d0f0704278c4274332b5b47b3afc30989

chore(package): update standard to version 10.0.2

ggreenkeeperio-bot committed 7 years ago

README

The README file for this repository.

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