Skip to content

v0.9.16

Compare
Choose a tag to compare
@adrianth adrianth released this 19 Jun 00:49
· 326 commits to master since this release
  • Add support for all authentication options to the S3 test actions
  • Fix: the result of the first data-driven test is reported incorrectly
  • Change the Format action to support JS template strings
  • Add support for Android UIAutomator locators
  • Trim values of action arguments and output values when logging, to improve execution speed
  • Improve the reliability of the Selenium Click action
  • Use "s" instead of "d" for the "dotall" flag when parsing regex arguments
  • Fix: actions without arguments cause NullPointerException
  • Skip screenshot capture for macro actions
  • Add selenium.AssertElementFocused action
  • Include macro call stack in the test execution info reported through the server API
  • Various bug fixes and improvements