Katalon Studio 6.1.1 Beta

The current stable version is 6.1.0.

Download

Fixed bugs and Improvements

Katalon Studio

  • Added a warning when executing CLI mode under the target project folder.
  • Fixed an issue where Katalon Studio cannot reload plugins.
  • Added the current version and commit ID to the Katalon Studio’s window title bar.
  • Updated chromedriver to version 73.0.3683.68
  • Updated EdgeDriver to version 6.17134

Auto-healing Smart XPath Plugin

  • Fixed an issue where XPaths with incorrect syntax stop the healing process.
  • Added screenshots of alternative XPaths’ results to assist the review process.

Package Test Listeners as plugins

build.gradle:

sourceSets {
  main {
    groovy {
      srcDirs = ['Keywords', 'Libs', 'Test Listeners', 'Include/scripts/groovy']
    }
  }
}

katalon-plugin.json:

{
	"keywords": [],
	"listeners": ["KatalonPluginResultSummary"]
}