Skip to content

v1.1.26-rc.3: Release of 1.1.26-rc.3

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

Commits:

  • 433b732 Allow more elegant waits in the Screenplay module (@wakaleo)

    You can now write code like this:
    jane.should(eventually(seeThat(TheClickerValue.of(clicker), equalTo(10))))
    This will not fail if the matcher cannot be evaluated the first time, but will retry up to a maximum of 'serenity.timouts' seconds (5 by default).

  • e0c2263 Corrected an error in the module names (@wakaleo)