Tags: mrj04/serenity-core
Tags
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
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
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
Release of 1.1.22-rc.1 - Removed redundant test - Updated a unit test - Improved reporting - Updated versions in the smoketests - Made the WebdriverManager publicly available for advanced use cases.
Release of 1.1.21-rc.1 - Removed an incorrect reference to a Java 8 class
Release of 1.1.20 - Added the 'serenity.tag.failures' property, which causes Serenity to add a tag containing the error type for failing tests - Added the 'serenity.tag.failures' property, which causes Serenity to add a tag containing the error type for failing tests
Release of 1.1.20-rc.1 - Added the 'serenity.tag.failures' property, which causes Serenity to add a tag containing the error type for failing tests - Added the 'serenity.tag.failures' property, which causes Serenity to add a tag containing the error type for failing tests
Release of 1.1.18 - Fixed a potential infinite loop in the report generation if image processing failed for some reason - Finished merge - Finished merge - Merged fix for target directories issue - Improved reporting - Merge pull request serenity-bdd#167 from YamStranger/130_issue_rebased - Merge pull request serenity-bdd#166 from YamStranger/refactoring_issue - updating tests for using ThucydesWebDriverSupport - updating test to use ThucydidesWebDriverSupport - 130_issue: removing unused dependencies - 130_issue: fixing copying jars bug - 130_issue: removed emtpy lines - 130_issue: fixed. Added sample projects for testing serenity-gradle-plugin - 130_issue: spelling error fix - 130_issue: build.config updated for simple project for serenity-gradle_plugin - 130_issue: updated simple-gradle-project for serenity-gradle-plugin - 130_issue: updated simple-gradle-project for serenity-gradle-plugin - 130_issue: added test and default project for gradle plugin - Revert "Merge branch 'master' of github.com:serenity-bdd/serenity-core" - Merge branch 'master' of github.com:serenity-bdd/serenity-core - Refactoring of the report generation code to rectify serenity-bdd#160 - Refactoring WebDriver integration to use the ThucydidesWebDriverSupport class - Merge pull request serenity-bdd#161 from YamStranger/130_issue - 130_issue: removed emtpy lines - 130_issue: fixed. Added sample projects for testing serenity-gradle-plugin - 130_issue: spelling error fix - 130_issue: build.config updated for simple project for serenity-gradle_plugin - 130_issue: updated simple-gradle-project for serenity-gradle-plugin - 130_issue: updated simple-gradle-project for serenity-gradle-plugin - 130_issue: added test and default project for gradle plugin - Fixed an issue with the reporting of pending and skipped tests - Fixed typo in the smoketests - Updating dependencies for the smoketest project - Fixed typo in the smoketests - Made the instantiation of test steps more robust, mainly for use in the Journey pattern
PreviousNext