Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

48 lines (39 loc) · 1.32 KB

v0.0.10

  • Add DOTS reporter
  • Add no-colors option for reporters
  • Fix web server to expose only specified files

v0.0.9

  • Proper exit code for runner
  • Dynamic port asigning (if port already in use)
  • Add log-leve, log-colors cli arguments + better --help
  • Fix some IE errors (indexOf, forEach fallbacks)

v0.0.8

  • Allow overriding configuration by cli arguments (+ --version, --help)
  • Persuade IE8 to not cache context.html
  • Exit runner if no captured browser
  • Fix delayed execution (streaming to runner)
  • Complete run if browser disconnects
  • Ignore results from previous run (after server reconnecting)
  • Server disconnects - cancel execution, clear browser info

v0.0.7

  • Rename to Testacular

v0.0.6

  • Better debug mode (no caching, no timestamps)
  • Make dump() a bit better
  • Disconnect browsers on SIGTERM (kill, killall default)

v0.0.5

  • Fix memory (some :-D) leaks
  • Add dump support
  • Add runner.html

v0.0.4

  • Progress bar reporting
  • Improve error formatting
  • Add Jasmine lib (with iit, ddescribe)
  • Reconnect client each 2sec, remove exponential growing

v0.0.3

  • Jasmine adapter: ignore last failed filter in exclusive mode
  • Jasmine adapter: add build (no global space pollution)

0.0.2

  • Run only last failed tests (jasmine adapter)

0.0.1

  • Initial version with only very basic features