- Better formatting for the result line at the bottom of the test outcome table
- Test hardening
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Fine-tuned reporting
- Merge pull request #176 from YamStranger/132_issue
- 132_issue: desabling retries in smoke-tests
- Fixed #175
- Merge pull request #174 from YamStranger/128_issue
- 128_issue: fixing style
- 128_issue: updated checking Content Type according RFC1341, and added test for https rest tests based on github
- Merge pull request #168 from willhuang85/master
- Merge pull request #171 from YamStranger/132_issue
- 132_issue: clean task fix
- 132_issue: fixing incorrect test. Notifier should record failure
- 132_issue: little refactoring, moving string to constants
- 132_issue: updated SerenityRunner to use max.retries only if junit.retry.tests=true, fixing tests from different modules
- 132_issue: updated SerenityRunner to use max.retries only if junit.retry.tests=true, removing description creating method
- 132_issue: updated SerenityRunner to use max.retries only if junit.retry.tests=true, removing imports
- 132_issue: updated SerenityRunner to use max.retries only if junit.retry.tests=true
- 132_issue: fixing name of menthod in reports
- 132_issue: test and solution provided
- Removed redundant test
- Updated a unit test
- Improved reporting
- Updated versions in the smoketests
- Made the WebdriverManager publicly available for advanced use cases.
- Fixing getdrivername method to take this.driverClass instead of the getter since the getter may not return a SupportedDriver anymore