Skip to content

v1.1.29-rc.2: Release of 1.1.29-rc.2

Compare
Choose a tag to compare
@YamStranger YamStranger released this 28 Mar 04:50
· 4028 commits to main since this release

Pull requests:

  • #367 Updated making screenshots for browsers without such abbility (@YamStranger)
  • #366 Updated making screenshort with died browser - nothing should be taken (@YamStranger)
  • #360 Fixed closing web driver when appium is used, it seems that window handles still does not implemented for Android devices, only for iOS (@YamStranger)
  • #354 fix: Issues with SerenityParameterized test requiring WebDriver (@jordanbragg)
  • #349 Updated scenario data driven steps processing for report - now report will contains steps as for first scenario (@YamStranger)
  • #348 Updated name of test method for Qualifier tests (@YamStranger)
  • #347 Updated processing of @qualifier tag in junit tests with data tables. Now it is possible add short description to steps based on parameters value (@YamStranger)
  • #344 Created gradle build config for smoketests to execute them against latest serenty core (@YamStranger)
  • #339 Updated tests for rest-assurance to use wiremock server instead of petstore. Added TestCase rule - now it is possible initialize test using spock (@YamStranger)
  • #330 Updated store/load of outcomes - serenity.report.encoding property will be used with UTF-8 as default (@cliviu)

Commits:

  • 240b93b feat: added checking if browser alive before taking screenshot or saving page-source (@YamStranger)
  • 4d2029c test: updated tests for rest-assurance to use wiremock server instead of petstore (@YamStranger)
  • 6417437 fix: updated scenario data driven steps processing for report - now report will contains steps as from first scenario (@YamStranger)
  • 6aefe69 test: refactored test for Qualifier (@YamStranger)
  • 71102ac fix: updated processing of @qualifier tag in junit tests with data tables. Now it is possible add short description to steps based on parameters value (@YamStranger)
  • 89e9512 test: added tests to check how taking screenshorts works with died browsers (@YamStranger)
  • a4d6b32 fix: When using SerenityParameterizedRunner tests there was a need to add [@Managed WebDriver in order to see the examples table. This is due to TestClassRunnerForInstanciatedTestCase not overriding initListener](https://github.com/Managed WebDriver in order to see the examples table. This is due to TestClassRunnerForInstanciatedTestCase not overriding initListener)s
  • a505bd9 fix: updated closing web driver when appium is used, it seems that window handles still does not implemented for Android devices, only for iOS (@YamStranger)
  • bf6d91e chore: created gradle build config for smoketests to execute them against latest serenty core (@YamStranger)
  • e6e6651 test: updated name of test method (@YamStranger)