All Versions
217
Latest Version
Avg Release Cycle
24 days
Latest Release
999 days ago
Changelog History
Page 20
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
- โ
Report slow tests (add
-
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
, usetestacular 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+