Navigation Menu

Skip to content

v1.3.8

Latest
Compare
Choose a tag to compare
@adrianth adrianth released this 28 Jul 00:09
· 9 commits to master since this release
  • Fix(server): spot tags are only parsed for first test
  • Update dependencies
  • Feat(appium): add ExecuteScript keyword
  • Feat(server): add support for single quotes in "spot" sections
  • Fix(server): long highlighted text breaks page layout
  • Fix(cli): exception using --wait and custom session label
  • Add support for "session-label" CLI option
  • Add support for "actor-tags" CLI option
  • Fix(actor): cache macro sources, not eval-ed macros
  • Feat(server): circumvent ad blocker extensions
  • Feat(server): add the responseMaxSize config parameter
  • Feat(actor): shorter property names for the $session object
  • Feat(appium): allow for platforms other than iOS and Android
  • Feat(selenium): expose the WebElement instance from ElementWrapper
  • Fix(actor): avoid writing very large values in the session information store
  • Fix(base): RunCommand action waits for standard output of the process even though 'wait' argument is 'false'
  • Fix(actor): NullPointerException occurs when $runAction() or $runMacro() fails to execute action or without arguments
  • Feat(actor): improve screenshot capture logic
  • Fix(actor): screenshot uploads fail on secured server
  • Feat(server): add support for setup and teardown logic
  • Feat(cli): tolerate temporary server connectivity loss
  • Refactor(actor): replace Pass and Fail keywords with Assert
  • Feat(actor): add $failCheckpoint and $passCheckpoint
  • Feat(server): show links to screenshots in logs
  • Chore(actor): update Apache HttpClient to 4.5.13
  • Chore(server): update dependencies
  • Feat(actor): add RunCommand keyword
  • Feat(actor): support HTML body in SendEmailSmtp keyword
  • Chore(actor):security updates for SnakeYAML and Apache HTTP components
  • Chore(appium): update Appium client to 7.5.1
  • Feat(cli): tolerate temporary server connectivity loss
  • Fix(server): actors not showing correctly on homepage
  • Feat(server): support colored tags in session logs
  • Feat(actor): add SESSION_STARTED and TEST_STARTED events
  • Fix(server): TypeScript compiler warning
  • Fix(server): typescript compilation warnings
  • Fix(actor): close server connection in the announce logic
  • Feat(actor): support $checkpoint in $runAction and $runMacro
  • Properly close HTTP connections
  • Add the TestActor.getSessionId API
  • Add HTTP request retry logic
  • Add HTTP connection pooling
  • Cache macro definitions