All Versions
116
Latest Version
Avg Release Cycle
36 days
Latest Release
-

Changelog History
Page 11

  • v0.8.2 Changes

    • ๐Ÿ›  Fix min-webdriver require for windows (take II)
  • v0.8.1 Changes

    • ๐Ÿ›  Fix min-webdriver path for windows
  • v0.8.0 Changes

    • Stream partial lines of output that don't look like a stack
    • ๐Ÿ”„ Change default reporter to 'dot' to align with the Mocha default
    • ๐Ÿ‘‰ Use phantomic with 'brout' option
    • โฌ†๏ธ Bump dependencies
  • v0.7.0 Changes

    • โž• Add --yields / -y option to specify a yield interval to allow pending I/O to happen.
  • v0.6.1 Changes

    • ๐Ÿ›  Fix an issue with the way min-wd was loaded
  • v0.6.0 Changes

    • ๐Ÿ‘ SauceLabs support
    • ๐Ÿ‘ WebKit debugger support (--debug)
    • 0๏ธโƒฃ Auto-select free port for temporary webserver by default (override with --port)
  • v0.5.3 Changes

    • Only replace paths in lines that look like stacktraces
    • ๐Ÿ›  Fixes an issue when using the xunit reporter
  • v0.5.2 Changes

    • Filtered stack traces with relative source paths (Andrey Popp)
  • v0.5.1 Changes

    • โž• Add -h/--help and -v/--version (Andrey Popp)
    • Up mocaccino and phantomic
  • v0.5.0 Changes

    • ๐Ÿ‘ Code coverage support using coverify (--cover)
    • ๐Ÿ‘ Allow to run tests on node, like browserify --bare script.js | node with --node. Can be combined with --cover.