Skip to content

Selenified 3.3.0

Latest
Compare
Choose a tag to compare
@msaperst msaperst released this 01 Jan 14:09
· 1 commit to master since this release

Updates:

  • Expanded the API checks both verify and assert. Nested Json and data can now be easily examined. Note this is a breaking change
  • Changed screenshots in HTML reports to be embedded Base 64 image. This allows moving and sending of these files without damaging screenshots (broken image links)
  • Direct access to Reporter object added into Call object

Bug Fixes:

  • When running tests in parallel, the name property wasn't getting properly set for individual tests. This is now resolved
  • Excessive selenium logging no longer written out to console
  • Failures on reflection for PATCH calls is caught, allowing Selenified to run on Java 12
  • Unit tests now run successfully on Windows 10