Skip to content

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

Compare
Choose a tag to compare
@YamStranger YamStranger released this 18 Feb 18:07
· 4329 commits to main since this release

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)