Skip to content

v2.3.0

Compare
Choose a tag to compare
@slu-it slu-it released this 17 Jun 00:00
· 87 commits to master since this release
  • Kotlin Support (previous versions of WebTester don't work with Kotlin, because of the way it creates default methods in interfaces)
  • Kotlin API alias class info.novatec.testit.webtester.kotlin.pages.Page and info.novatec.testit.webtester.kotlin.pagefragments.PageFragment in order to provide more "Kotlin like" methods
  • @WaitUntil and @PostConstructMustBe can now be used with List<>, Set<> and Stream<> of PageFragment - as long as the used Condition takes a List<? extends PageFragment> as its parameter!