- Add --no-colors option
- Don't stop early if tests open/close windows
- Fixed incorrect exit code after Renderer failures See: #60
- Removed Electron 0.x checks / compatibility
- Electron 1.0 compatibility
- Update dependencies
- Update dependencies
- Load compiler before require options. See: #57
- window destroyed on exit. See: #56
- fallback to local
electron-prebuilt
if can't findelectron
in the$PATH
#55
- Add --preload option. See: #45
- Update to latest mocha
- Ensure backwards compatibility of previous version
- Update BrowserWindow options syntax for Electron >= 0.37.4. Removes deprecation warnings.
- console piping issue #48
- Fix remote output w/ line breaks. See #40
- update
electron-window
dep. (For electron >=0.35
). Removes deprecation warnings. See: jprichardson#31 - clean up require statements (Electron modules). See: jprichardson#29
--require
support fixed in Renderer. See: jprichardson#33
- fix for deprecation warnings in Electron
v0.35
. See: jprichardson#26
- report error if in mocha: See: jprichardson#25
- fix exit code on
bin/electron-mocha
: See: jprichardson#22
- add support for mocha opts: See: jprichardson#21
- bugfix: expose
mocha
towindow
as Mocha does. See: jprichardson#20
- end Electron with proper exit code now. See: jprichardson#17
- added
--compilers
flag. See: jprichardson#16
- bugfix: incorrect stdin/stdout values (fail on Node v0.10): jprichardson#8
- display an error about not being able locate
electron
- change
process.stdout
hijacking jprichardson#6 - removed
node_modules
jprichardson#7
- bugfix on finding
index.html
for--renderer
tests
- upgraded to
[email protected]
(Electron removedglobal
for non-node integration)
- forgot
fs
inargs.js
- JavaScript Standard Style
- initial release