Skip to content

Releases: digital-delivery-academy/selenium-pom-framework

Additional tolerant interactions using WebElements instead of Bys

29 Jan 12:51
c87a938
Compare
Choose a tag to compare

New tolerant interactions

29 Jan 10:28
Compare
Choose a tag to compare

Resolving issue #25 and #26

Bank Holiday Test Data Generators

27 Jan 18:06
Compare
Choose a tag to compare

Hamcrest Matchers for tests & NINO validation

24 Jan 15:04
Compare
Choose a tag to compare

Previously, Hamcrest Matchers were scoped for tests, but we want to bundle it as part of the framework. No longer will users have to manage their own Hamcrest dependency.

We work with government, and lots of tests have to verify National Insurance numbers. We're pulling in dependency in this release to utilise the publicly available nino-validator project kindly published on UK Gov DWPs public GitHub.

New tolerantClick and more futureDates methods

22 Jan 13:35
8dc874f
Compare
Choose a tag to compare

This release adds a second version of tolerantClick to handle StaleElementExceptions and introduces a new Dates test data helper method to give dates in the future by a given number of business days.

Resolves issues #14, #16 and #22

Introducing published Javadcos

22 Jan 11:48
dbd8bb7
Compare
Choose a tag to compare

This release brings published javadocs for all versions published from now on, hosted on GitHub Pages. The javadocs provide technical documentation for internal methods in the framework and will be useful for new committers or those wanting to learn more about how they can reuse the frameworks internals.

Resolves issue #6

New features

21 Jan 15:21
da19628
Compare
Choose a tag to compare
Merge pull request #15 from digital-delivery-academy/new-features

New features and tests