Skip to content

Releases: serenity-bdd/serenity-core

v1.1.22-rc.4: Release of 1.1.22-rc.4

18 Feb 18:05
Compare
Choose a tag to compare

Commits:

  • 4c20cd5 Minor improvement to assertion reporting, to avoid lines being hidden for some assertions (@wakaleo)

v1.1.22-rc.3: Release of 1.1.22-rc.3

18 Feb 18:05
Compare
Choose a tag to compare

Commits:

  • 8edf62c Better handling of reporting arbitrary AssertionError exceptions. (@wakaleo)

v1.1.22-rc.2: Release of 1.1.22-rc.2

18 Feb 18:04
Compare
Choose a tag to compare

Pull requests:

Commits:

v1.1.22-rc.1: Release of 1.1.22-rc.1

18 Feb 18:04
Compare
Choose a tag to compare

Commits:

  • 1b62b2c Removed redundant test (@wakaleo)

  • 3794e2b Improved reporting (@wakaleo)

    Add the 'serenity.linked.tags' property, which allows you to defined tag types which will result in human-readable tags that can be used as bookmarks or external links.

  • 3e05bb0 Updated a unit test (@wakaleo)

  • 73946ec Updated versions in the smoketests (@wakaleo)

  • 7a1c66f Made the WebdriverManager publicly available for advanced use cases. (@wakaleo)

v1.1.21: Release of 1.1.21

18 Feb 18:04
Compare
Choose a tag to compare

Commits:

v1.1.20: Release of 1.1.20

18 Feb 18:04
Compare
Choose a tag to compare

Commits:

  • 00d0237 Added the 'serenity.tag.failures' property, which causes Serenity to add a tag containing the error type for failing tests (@wakaleo)
  • 0e77755 Added the 'serenity.tag.failures' property, which causes Serenity to add a tag containing the error type for failing tests (@wakaleo)

v1.1.19

18 Feb 18:04
Compare
Choose a tag to compare

Commits:

  • ba52bc4 Fixed a potential infinite loop in the report generation if image processing failed for some reason (@wakaleo)

v1.1.18-rc.2: Release of 1.1.18-rc.2

18 Feb 18:03
Compare
Choose a tag to compare

Pull requests:

Commits:

v1.1.18-rc.1: Release of 1.1.18-rc.1

18 Feb 18:03
Compare
Choose a tag to compare

Pull requests:

Commits:

  • 0c10504 130_issue: added test and default project for gradle plugin (@YamStranger)

  • 28be7ba 130_issue: build.config updated for simple project for serenity-gradle_plugin (@YamStranger)

  • 322e572 130_issue: spelling error fix

    This reverts commit 4397786, reversing
    changes made to 84d0955.

  • 84d0955 Refactoring of the report generation code to rectify #160 (@wakaleo)

  • 8fedb54 Refactoring WebDriver integration to use the ThucydidesWebDriverSupport class (@wakaleo)

  • a1979bb 130_issue: removed emtpy lines (@YamStranger)

  • a4dc59d Fixed typo in the smoketests (@wakaleo)

  • ad77459 Made the instantiation of test steps more robust, mainly for use in the Journey pattern (@wakaleo)

  • c497bb6 Updating dependencies for the smoketest project (@wakaleo)

  • c66f0fe Fixed an issue with the reporting of pending and skipped tests (@wakaleo)

  • d5883db 130_issue: updated simple-gradle-project for serenity-gradle-plugin

  • d9eca6e Fixed typo in the smoketests (@wakaleo)

  • e8607af 130_issue: fixed. Added sample projects for testing serenity-gradle-plugin (@YamStranger)

  • ee6807e 130_issue: updated simple-gradle-project for serenity-gradle-plugin

v1.1.17-rc.4: Release of 1.1.17-rc.4

18 Feb 18:03
Compare
Choose a tag to compare

Commits:

  • 01a6e9d Improved reporting (@wakaleo)

    Use FontAwesome for more readable test result icons.

  • 157c616 Trim Appium system properties (@wakaleo)

  • 271ffe1 Added support for customising exception handling. (@wakaleo)

    You can now specify your own exceptions that will cause a failure by using the /serenity.fail.on/ property. You can also specify those that will cause an error using /serenity.error.on/.

  • 2e0752d Added a more meaningful error message if a resource file cannot be copied. (@wakaleo)

  • 2e959d4 Fixed some broken tests (@wakaleo)

  • 5d1b871 Fixed an error in the freemarker templates. (@wakaleo)

  • 5fdc2be Refactoring (@wakaleo)

  • 7de1dd5 Better error/failure distinction (@wakaleo)

    Exceptions such as ElementShouldBeInvisibleException are now reported as failures, not errors.

  • b2c29a9 Improved report icons (@wakaleo)

  • bafaead Fixed some broken tests (@wakaleo)

  • c584505 Fixed some issues related to displaying manual tests (@wakaleo)