- cdp(connect): fix source-map-support
- Ensure normalizing require paths else it will break on windows
- fix(protractor): extend config with argv
- CLI with subcommand for running in different contexts
- Better debugging experience
- Easier configuration using config files
- Adding possibility to get code coverage for browser tests
- Adding possibility to use several grep pattern for aw-webdriver-test-runner
- Removing bin that didn't resolve to script
- Breaking: removal of contract test runner
- Breaking: update of sinon.js from 1.7.x to 3.x with deprecated methods
- Breaking: removal of aw-test-coverage runner (use aw-test-runner cover instead)
- Using nyc for test coverage
- Minimize the console output then running unit tests headless
- Adding possibility to log selenium-grid info
- Breaking: Removing Protractor and phantomjs-prebuilt as dependencies
(Should be installed separately if needed)
- Randomized report name (for parallel execution)
- Aggregate more than on test in a unique HTML report
- Initial public release.