Skip to content

Tags: VitaliKasyanenka/serenity-core

Tags

v1.1.22-rc.11

Toggle v1.1.22-rc.11's commit message
Release of 1.1.22-rc.11

- Merge pull request serenity-bdd#220 from YamStranger/218_issue
- Merge pull request serenity-bdd#219 from YamStranger/216_issue
- 216_issue: update versions
- 218_issue: added test for checking if web scenarious executed successfully with HTMLUnit (fails now, so added @ignore)
- 216_issue: update versions
- Merge pull request serenity-bdd#213 from YamStranger/185_issue
- 185_issue: log and auth wrappers implemented, tests profivided. redirects still not supported
- Merge pull request serenity-bdd#210 from YamStranger/197_issue
- Merge pull request serenity-bdd#208 from eskape/master
- 197_issue: updated SerenityRest to log all types of input for content/body rest call
- fix: Fix for setting serenity.proxy.type and http_port. Needs to be an number instead of string.
- Merge pull request serenity-bdd#206 from schmurgon/master
- fix: cglib dependency conflict from guice
- Updated tests
- Retry to unzip a resource file if it is locked. This is a work-around for Windows-related file locking issues.
- Fixed an error with the screenshots that always displayed the screen source link, even for successful tests.
- Restored step logging to INFO.
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Added more robustness to the report generation by allowing ZIP files to be opened again if they couldn't the first time
- Merge pull request serenity-bdd#202 from YamStranger/screenshot_tests
- Merge pull request serenity-bdd#200 from cliviu/master
- Merge pull request serenity-bdd#196 from YamStranger/184_issue
- Merge pull request serenity-bdd#201 from YamStranger/input-stream-closing
- Record screen source code for failing tests.
- fix for nested cleaning resources
- Updated tests for screenshots
- updated Resizer. Fixed opening output and input stream in same time
- Updated input streams closing
- see serenity-bdd#179
- 184_issue: test added
- 184_issue: logging for PATCH operation added
- Set the serenity.console.colors property to true to get ANSI colors in the console output (don't use on Jenkins).
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Fixed a bug that prevented @pending annotations from working with non-instrumented Performable objects
- Merge pull request serenity-bdd#191 from YamStranger/188_issue
- Made the console logging colors a bit lighter for better readability
- Updated unit tests
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Added color to logs
- Added color to logs
- Improved console log messages to cater for errors and failed assumptions
- Updated unit tests
- Improved reporting
- 188_issue: new level of take screenshots configuration added
- Improved reporting
- Merge pull request serenity-bdd#190 from YamStranger/base_listener_constructor_update
- Minor Base Step Listener Constructor update
- Merge pull request serenity-bdd#186 from YamStranger/photographer_test_fix
- Merge pull request serenity-bdd#187 from YamStranger/179_issue
- 179_issue: added tests and fix for issue
- Photographer cleanup fix. If driver not initialized - nothing to clean
- Merge pull request serenity-bdd#181 from YamStranger/fix-test-outcomes
- Merge pull request serenity-bdd#182 from YamStranger/130_issue_rebased
- Remove an unnecessary moveTo() operation.
- 130_issue: added system configuration for output dirrectory
- 130_issue: added system environment properties to configuration
- Reduce noise in the logs by removing an superfluous error message.
- fix build fail by updating test-outcomes.ftl
- 130_issue: reading serenity.properties fix
- Minor improvement to assertion reporting, to avoid lines being hidden for some assertions
- Better handling of reporting arbitrary AssertionError exceptions.
- 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 serenity-bdd#176 from YamStranger/132_issue
- 132_issue: desabling retries in smoke-tests
- Fixed serenity-bdd#175
- Merge pull request serenity-bdd#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 serenity-bdd#168 from willhuang85/master
- Merge pull request serenity-bdd#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

v1.1.22-rc.10

Toggle v1.1.22-rc.10's commit message
Release of 1.1.22-rc.10

- Updated tests
- Retry to unzip a resource file if it is locked. This is a work-around for Windows-related file locking issues.
- Fixed an error with the screenshots that always displayed the screen source link, even for successful tests.
- Restored step logging to INFO.
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Added more robustness to the report generation by allowing ZIP files to be opened again if they couldn't the first time
- Merge pull request serenity-bdd#202 from YamStranger/screenshot_tests
- Merge pull request serenity-bdd#200 from cliviu/master
- Merge pull request serenity-bdd#196 from YamStranger/184_issue
- Merge pull request serenity-bdd#201 from YamStranger/input-stream-closing
- Record screen source code for failing tests.
- fix for nested cleaning resources
- Updated tests for screenshots
- updated Resizer. Fixed opening output and input stream in same time
- Updated input streams closing
- see serenity-bdd#179
- 184_issue: test added
- 184_issue: logging for PATCH operation added
- Set the serenity.console.colors property to true to get ANSI colors in the console output (don't use on Jenkins).
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Fixed a bug that prevented @pending annotations from working with non-instrumented Performable objects
- Merge pull request serenity-bdd#191 from YamStranger/188_issue
- Made the console logging colors a bit lighter for better readability
- Updated unit tests
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Added color to logs
- Added color to logs
- Improved console log messages to cater for errors and failed assumptions
- Updated unit tests
- Improved reporting
- 188_issue: new level of take screenshots configuration added
- Improved reporting
- Merge pull request serenity-bdd#190 from YamStranger/base_listener_constructor_update
- Minor Base Step Listener Constructor update
- Merge pull request serenity-bdd#186 from YamStranger/photographer_test_fix
- Merge pull request serenity-bdd#187 from YamStranger/179_issue
- 179_issue: added tests and fix for issue
- Photographer cleanup fix. If driver not initialized - nothing to clean
- Merge pull request serenity-bdd#181 from YamStranger/fix-test-outcomes
- Merge pull request serenity-bdd#182 from YamStranger/130_issue_rebased
- Remove an unnecessary moveTo() operation.
- 130_issue: added system configuration for output dirrectory
- 130_issue: added system environment properties to configuration
- Reduce noise in the logs by removing an superfluous error message.
- fix build fail by updating test-outcomes.ftl
- 130_issue: reading serenity.properties fix
- Minor improvement to assertion reporting, to avoid lines being hidden for some assertions
- Better handling of reporting arbitrary AssertionError exceptions.
- 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 serenity-bdd#176 from YamStranger/132_issue
- 132_issue: desabling retries in smoke-tests
- Fixed serenity-bdd#175
- Merge pull request serenity-bdd#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 serenity-bdd#168 from willhuang85/master
- Merge pull request serenity-bdd#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

v1.1.22-rc.9

Toggle v1.1.22-rc.9's commit message
Release of 1.1.22-rc.9

- Record screen source code for failing tests.
- Set the serenity.console.colors property to true to get ANSI colors in the console output (don't use on Jenkins).
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Fixed a bug that prevented @pending annotations from working with non-instrumented Performable objects
- Merge pull request serenity-bdd#191 from YamStranger/188_issue
- Made the console logging colors a bit lighter for better readability
- Updated unit tests
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Added color to logs
- Added color to logs
- Improved console log messages to cater for errors and failed assumptions
- Updated unit tests
- Improved reporting
- 188_issue: new level of take screenshots configuration added
- Improved reporting
- Merge pull request serenity-bdd#190 from YamStranger/base_listener_constructor_update
- Minor Base Step Listener Constructor update
- Merge pull request serenity-bdd#186 from YamStranger/photographer_test_fix
- Merge pull request serenity-bdd#187 from YamStranger/179_issue
- 179_issue: added tests and fix for issue
- Photographer cleanup fix. If driver not initialized - nothing to clean
- Merge pull request serenity-bdd#181 from YamStranger/fix-test-outcomes
- Merge pull request serenity-bdd#182 from YamStranger/130_issue_rebased
- Remove an unnecessary moveTo() operation.
- 130_issue: added system configuration for output dirrectory
- 130_issue: added system environment properties to configuration
- Reduce noise in the logs by removing an superfluous error message.
- fix build fail by updating test-outcomes.ftl
- 130_issue: reading serenity.properties fix
- Minor improvement to assertion reporting, to avoid lines being hidden for some assertions
- Better handling of reporting arbitrary AssertionError exceptions.
- 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 serenity-bdd#176 from YamStranger/132_issue
- 132_issue: desabling retries in smoke-tests
- Fixed serenity-bdd#175
- Merge pull request serenity-bdd#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 serenity-bdd#168 from willhuang85/master
- Merge pull request serenity-bdd#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

v1.1.22-rc.8

Toggle v1.1.22-rc.8's commit message
Release of 1.1.22-rc.8

- Set the serenity.console.colors property to true to get ANSI colors in the console output (don't use on Jenkins).
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Fixed a bug that prevented @pending annotations from working with non-instrumented Performable objects
- Merge pull request serenity-bdd#191 from YamStranger/188_issue
- Made the console logging colors a bit lighter for better readability
- Updated unit tests
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Added color to logs
- Added color to logs
- Improved console log messages to cater for errors and failed assumptions
- Updated unit tests
- Improved reporting
- 188_issue: new level of take screenshots configuration added
- Improved reporting
- Merge pull request serenity-bdd#190 from YamStranger/base_listener_constructor_update
- Minor Base Step Listener Constructor update
- Merge pull request serenity-bdd#186 from YamStranger/photographer_test_fix
- Merge pull request serenity-bdd#187 from YamStranger/179_issue
- 179_issue: added tests and fix for issue
- Photographer cleanup fix. If driver not initialized - nothing to clean
- Merge pull request serenity-bdd#181 from YamStranger/fix-test-outcomes
- Merge pull request serenity-bdd#182 from YamStranger/130_issue_rebased
- Remove an unnecessary moveTo() operation.
- 130_issue: added system configuration for output dirrectory
- 130_issue: added system environment properties to configuration
- Reduce noise in the logs by removing an superfluous error message.
- fix build fail by updating test-outcomes.ftl
- 130_issue: reading serenity.properties fix
- Minor improvement to assertion reporting, to avoid lines being hidden for some assertions
- Better handling of reporting arbitrary AssertionError exceptions.
- 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 serenity-bdd#176 from YamStranger/132_issue
- 132_issue: desabling retries in smoke-tests
- Fixed serenity-bdd#175
- Merge pull request serenity-bdd#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 serenity-bdd#168 from willhuang85/master
- Merge pull request serenity-bdd#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

v1.1.22-rc.7

Toggle v1.1.22-rc.7's commit message
Release of 1.1.22-rc.7

- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Fixed a bug that prevented @pending annotations from working with non-instrumented Performable objects
- Merge pull request serenity-bdd#191 from YamStranger/188_issue
- Made the console logging colors a bit lighter for better readability
- Updated unit tests
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Added color to logs
- Added color to logs
- Improved console log messages to cater for errors and failed assumptions
- Updated unit tests
- Improved reporting
- 188_issue: new level of take screenshots configuration added
- Improved reporting
- Merge pull request serenity-bdd#190 from YamStranger/base_listener_constructor_update
- Minor Base Step Listener Constructor update
- Merge pull request serenity-bdd#186 from YamStranger/photographer_test_fix
- Merge pull request serenity-bdd#187 from YamStranger/179_issue
- 179_issue: added tests and fix for issue
- Photographer cleanup fix. If driver not initialized - nothing to clean
- Merge pull request serenity-bdd#181 from YamStranger/fix-test-outcomes
- Merge pull request serenity-bdd#182 from YamStranger/130_issue_rebased
- Remove an unnecessary moveTo() operation.
- 130_issue: added system configuration for output dirrectory
- 130_issue: added system environment properties to configuration
- Reduce noise in the logs by removing an superfluous error message.
- fix build fail by updating test-outcomes.ftl
- 130_issue: reading serenity.properties fix
- Minor improvement to assertion reporting, to avoid lines being hidden for some assertions
- Better handling of reporting arbitrary AssertionError exceptions.
- 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 serenity-bdd#176 from YamStranger/132_issue
- 132_issue: desabling retries in smoke-tests
- Fixed serenity-bdd#175
- Merge pull request serenity-bdd#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 serenity-bdd#168 from willhuang85/master
- Merge pull request serenity-bdd#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

v1.1.22-rc.6

Toggle v1.1.22-rc.6's commit message
Release of 1.1.22-rc.6

- Merge pull request serenity-bdd#191 from YamStranger/188_issue
- Made the console logging colors a bit lighter for better readability
- Updated unit tests
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Added color to logs
- Added color to logs
- Improved console log messages to cater for errors and failed assumptions
- Updated unit tests
- Improved reporting
- 188_issue: new level of take screenshots configuration added
- Improved reporting
- Merge pull request serenity-bdd#190 from YamStranger/base_listener_constructor_update
- Minor Base Step Listener Constructor update
- Merge pull request serenity-bdd#186 from YamStranger/photographer_test_fix
- Merge pull request serenity-bdd#187 from YamStranger/179_issue
- 179_issue: added tests and fix for issue
- Photographer cleanup fix. If driver not initialized - nothing to clean
- Merge pull request serenity-bdd#181 from YamStranger/fix-test-outcomes
- Merge pull request serenity-bdd#182 from YamStranger/130_issue_rebased
- Remove an unnecessary moveTo() operation.
- 130_issue: added system configuration for output dirrectory
- 130_issue: added system environment properties to configuration
- Reduce noise in the logs by removing an superfluous error message.
- fix build fail by updating test-outcomes.ftl
- 130_issue: reading serenity.properties fix
- Minor improvement to assertion reporting, to avoid lines being hidden for some assertions
- Better handling of reporting arbitrary AssertionError exceptions.
- 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 serenity-bdd#176 from YamStranger/132_issue
- 132_issue: desabling retries in smoke-tests
- Fixed serenity-bdd#175
- Merge pull request serenity-bdd#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 serenity-bdd#168 from willhuang85/master
- Merge pull request serenity-bdd#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

v1.1.22-rc.5

Toggle v1.1.22-rc.5's commit message
Release of 1.1.22-rc.5

- Merge pull request serenity-bdd#191 from YamStranger/188_issue
- Made the console logging colors a bit lighter for better readability
- Updated unit tests
- Merge branch 'master' of github.com:serenity-bdd/serenity-core
- Added color to logs
- Added color to logs
- Improved console log messages to cater for errors and failed assumptions
- Updated unit tests
- Improved reporting
- 188_issue: new level of take screenshots configuration added
- Improved reporting
- Merge pull request serenity-bdd#190 from YamStranger/base_listener_constructor_update
- Minor Base Step Listener Constructor update
- Merge pull request serenity-bdd#186 from YamStranger/photographer_test_fix
- Merge pull request serenity-bdd#187 from YamStranger/179_issue
- 179_issue: added tests and fix for issue
- Photographer cleanup fix. If driver not initialized - nothing to clean
- Merge pull request serenity-bdd#181 from YamStranger/fix-test-outcomes
- Merge pull request serenity-bdd#182 from YamStranger/130_issue_rebased
- Remove an unnecessary moveTo() operation.
- 130_issue: added system configuration for output dirrectory
- 130_issue: added system environment properties to configuration
- Reduce noise in the logs by removing an superfluous error message.
- fix build fail by updating test-outcomes.ftl
- 130_issue: reading serenity.properties fix
- Minor improvement to assertion reporting, to avoid lines being hidden for some assertions
- Better handling of reporting arbitrary AssertionError exceptions.
- 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 serenity-bdd#176 from YamStranger/132_issue
- 132_issue: desabling retries in smoke-tests
- Fixed serenity-bdd#175
- Merge pull request serenity-bdd#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 serenity-bdd#168 from willhuang85/master
- Merge pull request serenity-bdd#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

v1.1.22-rc.4

Toggle v1.1.22-rc.4's commit message
Release of 1.1.22-rc.4

- Minor improvement to assertion reporting, to avoid lines being hidden for some assertions
- Better handling of reporting arbitrary AssertionError exceptions.
- 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 serenity-bdd#176 from YamStranger/132_issue
- 132_issue: desabling retries in smoke-tests
- Fixed serenity-bdd#175
- Merge pull request serenity-bdd#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 serenity-bdd#168 from willhuang85/master
- Merge pull request serenity-bdd#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

v1.1.22-rc.3

Toggle v1.1.22-rc.3's commit message
Release of 1.1.22-rc.3

- Better handling of reporting arbitrary AssertionError exceptions.
- 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 serenity-bdd#176 from YamStranger/132_issue
- 132_issue: desabling retries in smoke-tests
- Fixed serenity-bdd#175
- Merge pull request serenity-bdd#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 serenity-bdd#168 from willhuang85/master
- Merge pull request serenity-bdd#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

v1.1.22-rc.2

Toggle v1.1.22-rc.2's commit message
Release of 1.1.22-rc.2

- 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 serenity-bdd#176 from YamStranger/132_issue
- 132_issue: desabling retries in smoke-tests
- Fixed serenity-bdd#175
- Merge pull request serenity-bdd#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 serenity-bdd#168 from willhuang85/master
- Merge pull request serenity-bdd#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