All Versions
217
Latest Version
Avg Release Cycle
24 days
Latest Release
999 days ago

Changelog History
Page 20

  • v0.3.4 Changes

    • ๐Ÿ”„ Change "reporter" config to "reporters"
    • ๐Ÿ‘ Allow multiple reporters
    • ๐Ÿ›  Fix angular-scenario adapter to report proper description
    • โž• Add JUnit xml reporter
    • ๐Ÿ›  Fix loading files from multiple drives on Windows
    • ๐Ÿ›  Fix angular-scenario adapter to report total number of tests
  • v0.3.3 Changes

    • ๐Ÿ‘ Allow proxying files, not only directories
  • v0.3.2 Changes

    • Disable autoWatch if singleRun
    • โž• Add custom script browser launcher
    • ๐Ÿ›  Fix cleaning temp folders
  • v0.3.1 Changes

    • โœ… Run tests on start (if watching enabled)
    • โž• Add launcher for IE8, IE9
  • v0.3.0 Changes

    • ๐Ÿ”„ Change browser binaries on linux to relative
    • โž• Add report-slower-than to CLI options
    • ๐Ÿ›  Fix PhantomJS binary on Travis CI
  • v0.2.0

  • v0.1.3 Changes

    • Launch Canary with crankshaft disabled
    • ๐Ÿ‘‰ Make the captured page nicer
  • v0.1.2 Changes

    • ๐Ÿ›  Fix jasmine memory leaks
    • support __filename and __dirname in config files
  • v0.1.1 Changes

    • โœ… Report slow tests (add reportSlowerThan config option)
    • Report time in minutes if it's over 60 seconds
    • Mocha adapter: add ability to fail during beforeEach/afterEach hooks
    • Mocha adapter: add dump()
    • NG scenario adapter: failure includes step name
    • Redirect /urlRoot to /urlRoot/
    • ๐Ÿ›  Fix serving with urlRoot
  • v0.1.0 Changes

    • Adapter for AngularJS scenario runner
    • ๐Ÿ‘ Allow serving Testacular from a subpath
    • ๐Ÿ›  Fix race condition in testacular run
    • ๐Ÿšš Make testacular one binary (remove testacular-run, use testacular run)
    • โž• Add support for proxies
    • โœ… Init script for generating config files (testacular init)
    • Start Firefox without custom profile if it fails
    • Preserve order of watched paths for easier debugging
    • ๐Ÿ”„ Change default port to 9876
    • Require node v0.8.4+