Tags: aihua/serenity-core
Tags
Release of 1.1.39 - Fix: issue with too many browsers opening. - Refactored the requirements tests to make them more robust - Renamed SelectOptions interaction for more consistancy - Fix: Fixed an issue with the attribute and css targets - Minor refactoring - Fix: Fixed an issue where you could not check the selected status of an invisible element - Added an Interation class to open a URL directly.
Release of 1.1.39-rc.2 - Fix: issue with too many browsers opening. - Refactored the requirements tests to make them more robust - Renamed SelectOptions interaction for more consistancy - Fix: Fixed an issue with the attribute and css targets - Minor refactoring - Fix: Fixed an issue where you could not check the selected status of an invisible element - Added an Interation class to open a URL directly.
Release of 1.1.39-rc.1 - Refactored the requirements tests to make them more robust - Renamed SelectOptions interaction for more consistancy - Fix: Fixed an issue with the attribute and css targets - Minor refactoring - Fix: Fixed an issue where you could not check the selected status of an invisible element - Added an Interation class to open a URL directly.
Release of 1.1.38 - documentation: Added some Javadocs to explain the isDisplayed vs isVisible distinction. - Fixed serenity-bdd#520 - include Apache license in the distributed JAR files - fix: Fixed a broken test - Feature: Improved screenshot configuration - Feature: more flexible screenshot configuration - Tweaked the build scripts to make parallel tests configurable - Tweaked the build scripts to make parallel tests configurable - Refactored the BrowserMob service - Merge pull request serenity-bdd#511 from hazmeister/feature/allow-dev-certs - Fixed a missing import - Made it possible to ignore invalid certificates when using BrowserMob Proxy
Release of 1.1.38-rc.1 - documentation: Added some Javadocs to explain the isDisplayed vs isVisible distinction. - Fixed serenity-bdd#520 - include Apache license in the distributed JAR files - fix: Fixed a broken test - Feature: Improved screenshot configuration - Feature: more flexible screenshot configuration - Tweaked the build scripts to make parallel tests configurable - Tweaked the build scripts to make parallel tests configurable - Refactored the BrowserMob service - Merge pull request serenity-bdd#511 from hazmeister/feature/allow-dev-certs - Fixed a missing import - Made it possible to ignore invalid certificates when using BrowserMob Proxy
Release of 1.1.37 - Fixed serenity-bdd#515 - Refined some tests to make them more reliable on slow machines - Refined some tests to make them more reliable on slow machines - Added an Interaction class to Screenplay for more readability - Refactored out an unreliable test - Fixed a regression in the screenshot processing logic - Refactored the screenshot logic to be more modular Now a new darkroom is used for each instance of BaseStepListener. - Added the usingAbilityTo() method - Simplified logging - Simplified the Screenplay Ability interface - Merge branch 'master' of github.com:serenity-bdd/serenity-core - Test outcomes are now loaded in order of execution - Made the Screenplay Stage easier to use - Added links to the requirements types - Use a separate WebDriver manager instance for each test - Added a “Requirements” breadcrumb for consistancy - Minor fixes and tidying up. - Use UTF-8 for all file reading and writing - Tests without any steps called are now considered to be successful - Requirement hierarchies can now have tests at multiple levels in JUnit - Fixed issue with reporting untested requirements. - Improved requirements test result reporting - Merge pull request serenity-bdd#490 from cliviu/master - rerun tests for WhenLocatingWebElementsUsingEnhancedFindBys - try to fix WhenManagingWebdriverTimeouts - JiraUpdaterService - add constants in ThucydidesSystemProperty - JiraUpdaterService - Merge remote-tracking branch 'upstream/master' - Improved requirements reporting - Improved requirements reporting. - Improved requirements reporting. - Merge pull request serenity-bdd#487 from hazmeister/feature/tell-me-the-actual-title - Included expected title in stack trace if waitForTitleToAppear (and similar methods) timeout - Fix: Narrative texts were not appearing in the reports - Refactored some tests - Fixed an issue rendering screenshots in JUnit - Fixed serenity-bdd#460 - More consistant requirements reporting - Improved requirements reporting - refactor: made the TestOutcome streams more robust. - refactor: Removed redundant experimental code - fix: Fixed an issue with screenshots within nested groups - Merge remote-tracking branch 'upstream/master' - Updated htmlunit - Updated Selenium to 2.53.1 to support Firefox 47 - Merge pull request serenity-bdd#470 from YamStranger/rest_fix - fix: rest-assured fixed params wrapping - Merge pull request serenity-bdd#468 from YamStranger/release_notes_2016/06/29_15_37 - updating changelog - Merge pull request serenity-bdd#463 from hazmeister/update-bmp-to-2.1.1 - Merge remote-tracking branch 'upstream/master' - Little proxy is no longer required - Update bmp to 2.1.1 - Merge branch 'master' of https://github.com/hazmeister/serenity-core - refactoring: test refactoring - refactoring: test refactoring - Fixed serenity-bdd#462 - json reports should default to UTF-8. - refactoring: requirements analysis code - Merge remote-tracking branch 'upstream/master' - refactor: refactored the webdriver instance handling for easier maintenance. - refactor: refactored tests to use MD5 filenames - refactor: allow HTML reports to be generated uniquely from the JSON - refactor: minor optimisation of the screenshot processing. - Removed serenity-cli from the core build config. - Switched file names to MD5 hashes. - refactor: Remove unnecessary legacy code. - refactor: minor refactoring - Get tags optionally displayed in the menu from config - Reduced noisy logging - Moved the Serenity CIT to a separate repo - refactoring: hardening build - refactoring: Hardening the build process - refactor: fixing Gradle build - refactoring: Fine-tuning bintray deployment - refactor: tweaked the parallel tests in the Gradle build. - refactor: ensure the use of threadlocal StepEventBus instances. - Added a CLI module to run the Serenity reports aggregation from an executable JAR - Merge branch 'master' of github.com:serenity-bdd/serenity-core - performance: Improved speed and memory management for report aggregation. - Merge pull request serenity-bdd#458 from YamStranger/release_notes_2016/06/21_18_18 - updating changelog - Merge pull request serenity-bdd#457 from viktor-klymenko/issue-448_fix_empty_response_body - feat: add ability to see response body for responses with HTML content type in report Rest-Assured Integration: now it will be available to verify Response Body in report for REST Queries for responses with HTML content type - Added a test illustrating the whenAttemptingTo() construct. - Merge pull request serenity-bdd#454 from viktor-klymenko/issue-453-add_should_not_match - feat: add ability to assert that matched element is not present in collection now it is possible to assert that element is not present in collection using BeanMatcherAsserts.shouldNotMatch(List<T> items, BeanMatcher... matchers) method - Fixed serenity-bdd#450 - disabled WebDriver sometimes causes classcast exceptions. - Merge remote-tracking branch 'upstream/master' - refactor: Improved screenshot test performance. - feature: truncate long titles in HTML tip texts to save space (serenity-bdd#445) - Fixed serenity-bdd#440 - issue with JSON serialisation. - refactor:Test refactoring - refactoring:improved reporting when printing web elements to the console - Refined the collection loading strategy (serenity-bdd#442) - Added the senity.webdriver.collection.loading.strategy. - identical with upstream - delete not used files - refactoring: test hardening - Fixed serenity-bdd#428 - Fixed serenity-bdd#443 (localisation issue when generating the reports from Gradle in some non-English locales) - refactor: hardening time-based tests and minor refactoring. - refactor: test refactoring - Refactored fix for serenity-bdd#419 - Refactored fix for serenity-bdd#419 - refact: Making the tests more cross-platform - Added some memory for the tests - refact: Making the tests more cross-platform - Fixed serenity-bdd#419 - Fixed serenity-bdd#424 - Merge branch 'master' of https://github.com/cliviu/serenity-core - Merge branch 'master' into issue-424-findbys - feat:Added extra diagnostics for the Check gradle and maven tasks - Merge branch 'soft-asserts-improved' - feat: Improved handling of soft asserts - Merge pull request serenity-bdd#438 from YamStranger/release_notes_2016/06/07_21_35 - updating changelog - Merge pull request serenity-bdd#436 from YamStranger/tagging-strategies-tests - Merge branch 'tagging-strategies' into tagging-strategies-tests - WIP - Added a UIAction to perform a sendKeys() without clearing the field first. - serenity-bdd#54 - introduce CleanupMethodAnnotationProvider - serenity-bdd#54 - do not skip step if is called from @after or @afterclass annotated method - Merge pull request serenity-bdd#407 from cliviu/master - switch nack to Chrome driver - serenity-bdd#406 . UseTagProviderStrategy - save testSource in TestOutcome and store it in JSON and XML format - Merge branch 'master' of https://github.com/hazmeister/serenity-core - Merge pull request nbarrett#1 from serenity-bdd/master - Merge remote-tracking branch 'refs/remotes/serenity-bdd/master'
Release of 1.1.37-rc.9 - Fixed serenity-bdd#515 - Refined some tests to make them more reliable on slow machines - Refined some tests to make them more reliable on slow machines - Added an Interaction class to Screenplay for more readability - Refactored out an unreliable test - Fixed a regression in the screenshot processing logic - Refactored the screenshot logic to be more modular Now a new darkroom is used for each instance of BaseStepListener. - Added the usingAbilityTo() method - Simplified logging - Simplified the Screenplay Ability interface - Merge branch 'master' of github.com:serenity-bdd/serenity-core - Test outcomes are now loaded in order of execution - Made the Screenplay Stage easier to use - Added links to the requirements types - Use a separate WebDriver manager instance for each test - Added a “Requirements” breadcrumb for consistancy - Minor fixes and tidying up. - Use UTF-8 for all file reading and writing - Tests without any steps called are now considered to be successful - Requirement hierarchies can now have tests at multiple levels in JUnit - Fixed issue with reporting untested requirements. - Improved requirements test result reporting - Merge pull request serenity-bdd#490 from cliviu/master - rerun tests for WhenLocatingWebElementsUsingEnhancedFindBys - try to fix WhenManagingWebdriverTimeouts - JiraUpdaterService - add constants in ThucydidesSystemProperty - JiraUpdaterService - Merge remote-tracking branch 'upstream/master' - Improved requirements reporting - Improved requirements reporting. - Improved requirements reporting. - Merge pull request serenity-bdd#487 from hazmeister/feature/tell-me-the-actual-title - Included expected title in stack trace if waitForTitleToAppear (and similar methods) timeout - Fix: Narrative texts were not appearing in the reports - Refactored some tests - Fixed an issue rendering screenshots in JUnit - Fixed serenity-bdd#460 - More consistant requirements reporting - Improved requirements reporting - refactor: made the TestOutcome streams more robust. - refactor: Removed redundant experimental code - fix: Fixed an issue with screenshots within nested groups - Merge remote-tracking branch 'upstream/master' - Updated htmlunit - Updated Selenium to 2.53.1 to support Firefox 47 - Merge pull request serenity-bdd#470 from YamStranger/rest_fix - fix: rest-assured fixed params wrapping - Merge pull request serenity-bdd#468 from YamStranger/release_notes_2016/06/29_15_37 - updating changelog - Merge pull request serenity-bdd#463 from hazmeister/update-bmp-to-2.1.1 - Merge remote-tracking branch 'upstream/master' - Little proxy is no longer required - Update bmp to 2.1.1 - Merge branch 'master' of https://github.com/hazmeister/serenity-core - refactoring: test refactoring - refactoring: test refactoring - Fixed serenity-bdd#462 - json reports should default to UTF-8. - refactoring: requirements analysis code - Merge remote-tracking branch 'upstream/master' - refactor: refactored the webdriver instance handling for easier maintenance. - refactor: refactored tests to use MD5 filenames - refactor: allow HTML reports to be generated uniquely from the JSON - refactor: minor optimisation of the screenshot processing. - Removed serenity-cli from the core build config. - Switched file names to MD5 hashes. - refactor: Remove unnecessary legacy code. - refactor: minor refactoring - Get tags optionally displayed in the menu from config - Reduced noisy logging - Moved the Serenity CIT to a separate repo - refactoring: hardening build - refactoring: Hardening the build process - refactor: fixing Gradle build - refactoring: Fine-tuning bintray deployment - refactor: tweaked the parallel tests in the Gradle build. - refactor: ensure the use of threadlocal StepEventBus instances. - Added a CLI module to run the Serenity reports aggregation from an executable JAR - Merge branch 'master' of github.com:serenity-bdd/serenity-core - performance: Improved speed and memory management for report aggregation. - Merge pull request serenity-bdd#458 from YamStranger/release_notes_2016/06/21_18_18 - updating changelog - Merge pull request serenity-bdd#457 from viktor-klymenko/issue-448_fix_empty_response_body - feat: add ability to see response body for responses with HTML content type in report Rest-Assured Integration: now it will be available to verify Response Body in report for REST Queries for responses with HTML content type - Added a test illustrating the whenAttemptingTo() construct. - Merge pull request serenity-bdd#454 from viktor-klymenko/issue-453-add_should_not_match - feat: add ability to assert that matched element is not present in collection now it is possible to assert that element is not present in collection using BeanMatcherAsserts.shouldNotMatch(List<T> items, BeanMatcher... matchers) method - Fixed serenity-bdd#450 - disabled WebDriver sometimes causes classcast exceptions. - Merge remote-tracking branch 'upstream/master' - refactor: Improved screenshot test performance. - feature: truncate long titles in HTML tip texts to save space (serenity-bdd#445) - Fixed serenity-bdd#440 - issue with JSON serialisation. - refactor:Test refactoring - refactoring:improved reporting when printing web elements to the console - Refined the collection loading strategy (serenity-bdd#442) - Added the senity.webdriver.collection.loading.strategy. - identical with upstream - delete not used files - refactoring: test hardening - Fixed serenity-bdd#428 - Fixed serenity-bdd#443 (localisation issue when generating the reports from Gradle in some non-English locales) - refactor: hardening time-based tests and minor refactoring. - refactor: test refactoring - Refactored fix for serenity-bdd#419 - Refactored fix for serenity-bdd#419 - refact: Making the tests more cross-platform - Added some memory for the tests - refact: Making the tests more cross-platform - Fixed serenity-bdd#419 - Fixed serenity-bdd#424 - Merge branch 'master' of https://github.com/cliviu/serenity-core - Merge branch 'master' into issue-424-findbys - feat:Added extra diagnostics for the Check gradle and maven tasks - Merge branch 'soft-asserts-improved' - feat: Improved handling of soft asserts - Merge pull request serenity-bdd#438 from YamStranger/release_notes_2016/06/07_21_35 - updating changelog - Merge pull request serenity-bdd#436 from YamStranger/tagging-strategies-tests - Merge branch 'tagging-strategies' into tagging-strategies-tests - WIP - Added a UIAction to perform a sendKeys() without clearing the field first. - serenity-bdd#54 - introduce CleanupMethodAnnotationProvider - serenity-bdd#54 - do not skip step if is called from @after or @afterclass annotated method - Merge pull request serenity-bdd#407 from cliviu/master - switch nack to Chrome driver - serenity-bdd#406 . UseTagProviderStrategy - save testSource in TestOutcome and store it in JSON and XML format - Merge branch 'master' of https://github.com/hazmeister/serenity-core - Merge pull request nbarrett#1 from serenity-bdd/master - Merge remote-tracking branch 'refs/remotes/serenity-bdd/master'
Release of 1.1.37-rc.8 - Refactored out an unreliable test - Fixed a regression in the screenshot processing logic - Refactored the screenshot logic to be more modular Now a new darkroom is used for each instance of BaseStepListener. - Added the usingAbilityTo() method - Simplified logging - Simplified the Screenplay Ability interface - Merge branch 'master' of github.com:serenity-bdd/serenity-core - Test outcomes are now loaded in order of execution - Made the Screenplay Stage easier to use - Added links to the requirements types - Use a separate WebDriver manager instance for each test - Added a “Requirements” breadcrumb for consistancy - Minor fixes and tidying up. - Use UTF-8 for all file reading and writing - Tests without any steps called are now considered to be successful - Requirement hierarchies can now have tests at multiple levels in JUnit - Fixed issue with reporting untested requirements. - Improved requirements test result reporting - Merge pull request serenity-bdd#490 from cliviu/master - rerun tests for WhenLocatingWebElementsUsingEnhancedFindBys - try to fix WhenManagingWebdriverTimeouts - JiraUpdaterService - add constants in ThucydidesSystemProperty - JiraUpdaterService - Merge remote-tracking branch 'upstream/master' - Improved requirements reporting - Improved requirements reporting. - Improved requirements reporting. - Merge pull request serenity-bdd#487 from hazmeister/feature/tell-me-the-actual-title - Included expected title in stack trace if waitForTitleToAppear (and similar methods) timeout - Fix: Narrative texts were not appearing in the reports - Refactored some tests - Fixed an issue rendering screenshots in JUnit - Fixed serenity-bdd#460 - More consistant requirements reporting - Improved requirements reporting - refactor: made the TestOutcome streams more robust. - refactor: Removed redundant experimental code - fix: Fixed an issue with screenshots within nested groups - Merge remote-tracking branch 'upstream/master' - Updated htmlunit - Updated Selenium to 2.53.1 to support Firefox 47 - Merge pull request serenity-bdd#470 from YamStranger/rest_fix - fix: rest-assured fixed params wrapping - Merge pull request serenity-bdd#468 from YamStranger/release_notes_2016/06/29_15_37 - updating changelog - Merge pull request serenity-bdd#463 from hazmeister/update-bmp-to-2.1.1 - Merge remote-tracking branch 'upstream/master' - Little proxy is no longer required - Update bmp to 2.1.1 - Merge branch 'master' of https://github.com/hazmeister/serenity-core - refactoring: test refactoring - refactoring: test refactoring - Fixed serenity-bdd#462 - json reports should default to UTF-8. - refactoring: requirements analysis code - Merge remote-tracking branch 'upstream/master' - refactor: refactored the webdriver instance handling for easier maintenance. - refactor: refactored tests to use MD5 filenames - refactor: allow HTML reports to be generated uniquely from the JSON - refactor: minor optimisation of the screenshot processing. - Removed serenity-cli from the core build config. - Switched file names to MD5 hashes. - refactor: Remove unnecessary legacy code. - refactor: minor refactoring - Get tags optionally displayed in the menu from config - Reduced noisy logging - Moved the Serenity CIT to a separate repo - refactoring: hardening build - refactoring: Hardening the build process - refactor: fixing Gradle build - refactoring: Fine-tuning bintray deployment - refactor: tweaked the parallel tests in the Gradle build. - refactor: ensure the use of threadlocal StepEventBus instances. - Added a CLI module to run the Serenity reports aggregation from an executable JAR - Merge branch 'master' of github.com:serenity-bdd/serenity-core - performance: Improved speed and memory management for report aggregation. - Merge pull request serenity-bdd#458 from YamStranger/release_notes_2016/06/21_18_18 - updating changelog - Merge pull request serenity-bdd#457 from viktor-klymenko/issue-448_fix_empty_response_body - feat: add ability to see response body for responses with HTML content type in report Rest-Assured Integration: now it will be available to verify Response Body in report for REST Queries for responses with HTML content type - Added a test illustrating the whenAttemptingTo() construct. - Merge pull request serenity-bdd#454 from viktor-klymenko/issue-453-add_should_not_match - feat: add ability to assert that matched element is not present in collection now it is possible to assert that element is not present in collection using BeanMatcherAsserts.shouldNotMatch(List<T> items, BeanMatcher... matchers) method - Fixed serenity-bdd#450 - disabled WebDriver sometimes causes classcast exceptions. - Merge remote-tracking branch 'upstream/master' - refactor: Improved screenshot test performance. - feature: truncate long titles in HTML tip texts to save space (serenity-bdd#445) - Fixed serenity-bdd#440 - issue with JSON serialisation. - refactor:Test refactoring - refactoring:improved reporting when printing web elements to the console - Refined the collection loading strategy (serenity-bdd#442) - Added the senity.webdriver.collection.loading.strategy. - identical with upstream - delete not used files - refactoring: test hardening - Fixed serenity-bdd#428 - Fixed serenity-bdd#443 (localisation issue when generating the reports from Gradle in some non-English locales) - refactor: hardening time-based tests and minor refactoring. - refactor: test refactoring - Refactored fix for serenity-bdd#419 - Refactored fix for serenity-bdd#419 - refact: Making the tests more cross-platform - Added some memory for the tests - refact: Making the tests more cross-platform - Fixed serenity-bdd#419 - Fixed serenity-bdd#424 - Merge branch 'master' of https://github.com/cliviu/serenity-core - Merge branch 'master' into issue-424-findbys - feat:Added extra diagnostics for the Check gradle and maven tasks - Merge branch 'soft-asserts-improved' - feat: Improved handling of soft asserts - Merge pull request serenity-bdd#438 from YamStranger/release_notes_2016/06/07_21_35 - updating changelog - Merge pull request serenity-bdd#436 from YamStranger/tagging-strategies-tests - Merge branch 'tagging-strategies' into tagging-strategies-tests - WIP - Added a UIAction to perform a sendKeys() without clearing the field first. - serenity-bdd#54 - introduce CleanupMethodAnnotationProvider - serenity-bdd#54 - do not skip step if is called from @after or @afterclass annotated method - Merge pull request serenity-bdd#407 from cliviu/master - switch nack to Chrome driver - serenity-bdd#406 . UseTagProviderStrategy - save testSource in TestOutcome and store it in JSON and XML format - Merge branch 'master' of https://github.com/hazmeister/serenity-core - Merge pull request nbarrett#1 from serenity-bdd/master - Merge remote-tracking branch 'refs/remotes/serenity-bdd/master'
Release of 1.1.37-rc.7 - Merge branch 'master' of github.com:serenity-bdd/serenity-core - Test outcomes are now loaded in order of execution - Made the Screenplay Stage easier to use - Added links to the requirements types - Use a separate WebDriver manager instance for each test - Added a “Requirements” breadcrumb for consistancy - Minor fixes and tidying up. - Use UTF-8 for all file reading and writing - Tests without any steps called are now considered to be successful - Requirement hierarchies can now have tests at multiple levels in JUnit - Fixed issue with reporting untested requirements. - Improved requirements test result reporting - Merge pull request serenity-bdd#490 from cliviu/master - rerun tests for WhenLocatingWebElementsUsingEnhancedFindBys - try to fix WhenManagingWebdriverTimeouts - JiraUpdaterService - add constants in ThucydidesSystemProperty - JiraUpdaterService - Merge remote-tracking branch 'upstream/master' - Improved requirements reporting - Improved requirements reporting. - Improved requirements reporting. - Merge pull request serenity-bdd#487 from hazmeister/feature/tell-me-the-actual-title - Included expected title in stack trace if waitForTitleToAppear (and similar methods) timeout - Fix: Narrative texts were not appearing in the reports - Refactored some tests - Fixed an issue rendering screenshots in JUnit - Fixed serenity-bdd#460 - More consistant requirements reporting - Improved requirements reporting - refactor: made the TestOutcome streams more robust. - refactor: Removed redundant experimental code - fix: Fixed an issue with screenshots within nested groups - Merge remote-tracking branch 'upstream/master' - Updated htmlunit - Updated Selenium to 2.53.1 to support Firefox 47 - Merge pull request serenity-bdd#470 from YamStranger/rest_fix - fix: rest-assured fixed params wrapping - Merge pull request serenity-bdd#468 from YamStranger/release_notes_2016/06/29_15_37 - updating changelog - Merge pull request serenity-bdd#463 from hazmeister/update-bmp-to-2.1.1 - Merge remote-tracking branch 'upstream/master' - Little proxy is no longer required - Update bmp to 2.1.1 - Merge branch 'master' of https://github.com/hazmeister/serenity-core - refactoring: test refactoring - refactoring: test refactoring - Fixed serenity-bdd#462 - json reports should default to UTF-8. - refactoring: requirements analysis code - Merge remote-tracking branch 'upstream/master' - refactor: refactored the webdriver instance handling for easier maintenance. - refactor: refactored tests to use MD5 filenames - refactor: allow HTML reports to be generated uniquely from the JSON - refactor: minor optimisation of the screenshot processing. - Removed serenity-cli from the core build config. - Switched file names to MD5 hashes. - refactor: Remove unnecessary legacy code. - refactor: minor refactoring - Get tags optionally displayed in the menu from config - Reduced noisy logging - Moved the Serenity CIT to a separate repo - refactoring: hardening build - refactoring: Hardening the build process - refactor: fixing Gradle build - refactoring: Fine-tuning bintray deployment - refactor: tweaked the parallel tests in the Gradle build. - refactor: ensure the use of threadlocal StepEventBus instances. - Added a CLI module to run the Serenity reports aggregation from an executable JAR - Merge branch 'master' of github.com:serenity-bdd/serenity-core - performance: Improved speed and memory management for report aggregation. - Merge pull request serenity-bdd#458 from YamStranger/release_notes_2016/06/21_18_18 - updating changelog - Merge pull request serenity-bdd#457 from viktor-klymenko/issue-448_fix_empty_response_body - feat: add ability to see response body for responses with HTML content type in report Rest-Assured Integration: now it will be available to verify Response Body in report for REST Queries for responses with HTML content type - Added a test illustrating the whenAttemptingTo() construct. - Merge pull request serenity-bdd#454 from viktor-klymenko/issue-453-add_should_not_match - feat: add ability to assert that matched element is not present in collection now it is possible to assert that element is not present in collection using BeanMatcherAsserts.shouldNotMatch(List<T> items, BeanMatcher... matchers) method - Fixed serenity-bdd#450 - disabled WebDriver sometimes causes classcast exceptions. - Merge remote-tracking branch 'upstream/master' - refactor: Improved screenshot test performance. - feature: truncate long titles in HTML tip texts to save space (serenity-bdd#445) - Fixed serenity-bdd#440 - issue with JSON serialisation. - refactor:Test refactoring - refactoring:improved reporting when printing web elements to the console - Refined the collection loading strategy (serenity-bdd#442) - Added the senity.webdriver.collection.loading.strategy. - identical with upstream - delete not used files - refactoring: test hardening - Fixed serenity-bdd#428 - Fixed serenity-bdd#443 (localisation issue when generating the reports from Gradle in some non-English locales) - refactor: hardening time-based tests and minor refactoring. - refactor: test refactoring - Refactored fix for serenity-bdd#419 - Refactored fix for serenity-bdd#419 - refact: Making the tests more cross-platform - Added some memory for the tests - refact: Making the tests more cross-platform - Fixed serenity-bdd#419 - Fixed serenity-bdd#424 - Merge branch 'master' of https://github.com/cliviu/serenity-core - Merge branch 'master' into issue-424-findbys - feat:Added extra diagnostics for the Check gradle and maven tasks - Merge branch 'soft-asserts-improved' - feat: Improved handling of soft asserts - Merge pull request serenity-bdd#438 from YamStranger/release_notes_2016/06/07_21_35 - updating changelog - Merge pull request serenity-bdd#436 from YamStranger/tagging-strategies-tests - Merge branch 'tagging-strategies' into tagging-strategies-tests - WIP - Added a UIAction to perform a sendKeys() without clearing the field first. - serenity-bdd#54 - introduce CleanupMethodAnnotationProvider - serenity-bdd#54 - do not skip step if is called from @after or @afterclass annotated method - Merge pull request serenity-bdd#407 from cliviu/master - switch nack to Chrome driver - serenity-bdd#406 . UseTagProviderStrategy - save testSource in TestOutcome and store it in JSON and XML format - Merge branch 'master' of https://github.com/hazmeister/serenity-core - Merge pull request nbarrett#1 from serenity-bdd/master - Merge remote-tracking branch 'refs/remotes/serenity-bdd/master'
Release of 1.1.37-rc.6 - refactoring: hardening build - refactoring: Hardening the build process - refactor: fixing Gradle build - refactoring: Fine-tuning bintray deployment - refactor: tweaked the parallel tests in the Gradle build. - refactor: ensure the use of threadlocal StepEventBus instances. - Added a CLI module to run the Serenity reports aggregation from an executable JAR - Merge branch 'master' of github.com:serenity-bdd/serenity-core - performance: Improved speed and memory management for report aggregation. - Merge pull request serenity-bdd#458 from YamStranger/release_notes_2016/06/21_18_18 - updating changelog - Merge pull request serenity-bdd#457 from viktor-klymenko/issue-448_fix_empty_response_body - feat: add ability to see response body for responses with HTML content type in report Rest-Assured Integration: now it will be available to verify Response Body in report for REST Queries for responses with HTML content type - Added a test illustrating the whenAttemptingTo() construct. - Merge pull request serenity-bdd#454 from viktor-klymenko/issue-453-add_should_not_match - feat: add ability to assert that matched element is not present in collection now it is possible to assert that element is not present in collection using BeanMatcherAsserts.shouldNotMatch(List<T> items, BeanMatcher... matchers) method - Fixed serenity-bdd#450 - disabled WebDriver sometimes causes classcast exceptions. - refactor: Improved screenshot test performance. - feature: truncate long titles in HTML tip texts to save space (serenity-bdd#445) - Fixed serenity-bdd#440 - issue with JSON serialisation. - refactor:Test refactoring - refactoring:improved reporting when printing web elements to the console - Refined the collection loading strategy (serenity-bdd#442) - Added the senity.webdriver.collection.loading.strategy. - refactoring: test hardening - Fixed serenity-bdd#428 - Fixed serenity-bdd#443 (localisation issue when generating the reports from Gradle in some non-English locales) - refactor: hardening time-based tests and minor refactoring. - refactor: test refactoring - Refactored fix for serenity-bdd#419 - Refactored fix for serenity-bdd#419 - refact: Making the tests more cross-platform - Added some memory for the tests - refact: Making the tests more cross-platform - Fixed serenity-bdd#419 - Fixed serenity-bdd#424 - Merge branch 'master' into issue-424-findbys - feat:Added extra diagnostics for the Check gradle and maven tasks - Merge branch 'soft-asserts-improved' - feat: Improved handling of soft asserts - Merge pull request serenity-bdd#438 from YamStranger/release_notes_2016/06/07_21_35 - updating changelog - Merge pull request serenity-bdd#436 from YamStranger/tagging-strategies-tests - Merge branch 'tagging-strategies' into tagging-strategies-tests - WIP - Added a UIAction to perform a sendKeys() without clearing the field first. - Merge pull request serenity-bdd#407 from cliviu/master - switch nack to Chrome driver - serenity-bdd#406 . UseTagProviderStrategy - save testSource in TestOutcome and store it in JSON and XML format
PreviousNext