Skip to content

Releases: serenity-bdd/serenity-core

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

18 Feb 18:07
Compare
Choose a tag to compare

Commits:

  • 5944609 When using a unique browser for multiple tests, clear the cookies and HTML local storage between tests. (@wakaleo)
  • 8d6dafa Fixed a bug in the reporting of Journey Pattern web actions. (@wakaleo)
  • c200b32 Improved the reporting of Journey pattern by removing redundant "is" clauses generated by the Hamcrest matchers. (@wakaleo)

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

18 Feb 18:07
Compare
Choose a tag to compare

Commits:

  • 182dfa0 Refactored the Journey Pattern code (@wakaleo)
  • a700aa2 The Target class now accepts a prefix notation to specify the locator, e.g Target.the("name field").locatedBy("css:#name") or Target.the("name field").locatedBy("id:name") (@wakaleo)
  • b658677 Added the Evaluate action and the JavaScript question to perform JavaScript queries. (@wakaleo)
  • e8d86a9 Refactored a journey pattern test to illustrate the displays matcher (@wakaleo)
  • e9610ed Refactored the Enter action to allow entering text and keys in the same action (@wakaleo)
  • ef0e61a Updated the smoke tests. (@wakaleo)

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

18 Feb 18:07
Compare
Choose a tag to compare

Commits:

  • 0061513 Added a method to the WebDriverManager instance to retreive a named webdriver instance. (@wakaleo)
  • 5fdf07c Fixed a bug where enums did not appear correctly in the test reports when they were referenced by Journey Pattern Questions. (@wakaleo)
  • 7e41d67 Trying to fixe a performance issue related to resource copying (@wakaleo)
  • 8dad9cc Added the ability to use the Serenity WebDriver API directly in Action classes, by extending the WebAction class. (@wakaleo)
  • c826177 Refactored the bundled Journey Pattern action classes. (@wakaleo)
  • edcdc4a It is now possible to add page objects as member variables in Performable or Question classes - they will be correctly configured with the WebDriver instance associated with the actor. (@wakaleo)
  • eec89ad Fixed a bug that reported a misleading "class cast exception" when the moveTo() method was called after a test failure. (@wakaleo)

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

18 Feb 18:06
Compare
Choose a tag to compare

Pull requests:

Commits:

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

18 Feb 18:06
Compare
Choose a tag to compare

Pull requests:

Commits:

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

18 Feb 18:06
Compare
Choose a tag to compare

Pull requests:

Commits:

  • 81c87bb Fixed an error with the screenshots that always displayed the screen source link, even for successful tests. (@wakaleo)
  • 9f90752 Retry to unzip a resource file if it is locked. This is a work-around for Windows-related file locking issues. (@wakaleo)
  • c9889ca Added more robustness to the report generation by allowing ZIP files to be opened again if they couldn't the first time (@wakaleo)
  • e21e9a5 Updated tests (@wakaleo)
  • fc8442b Restored step logging to INFO. (@wakaleo)

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

18 Feb 18:06
Compare
Choose a tag to compare

Commits:

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

18 Feb 18:06
Compare
Choose a tag to compare

Commits:

  • 552172c Set the serenity.console.colors property to true to get ANSI colors in the console output (don't use on Jenkins). (@wakaleo)

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

18 Feb 18:06
Compare
Choose a tag to compare

Commits:

  • d4791cd Fixed a bug that prevented @pending annotations from working with non-instrumented Performable objects (@wakaleo)

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

18 Feb 18:05
Compare
Choose a tag to compare

Pull requests:

Commits: