Releases: digital-delivery-academy/selenium-pom-framework
Releases · digital-delivery-academy/selenium-pom-framework
Additional tolerant interactions using WebElements instead of Bys
Update pom.xml Bumping version number
New tolerant interactions
Bank Holiday Test Data Generators
Hamcrest Matchers for tests & NINO validation
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
Introducing published Javadcos
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
Merge pull request #15 from digital-delivery-academy/new-features New features and tests