Katalon Studio Report Plugin is a Custom Keyword Plugin that replaces for the current Report feature of Katalon Studio. Starting from v6.1.5, the Report feature is no longer available on Katalon Studio, users need to download this plugin to continue using.
Katalon TestOps is a web-based application that provides dynamic perspectives and an insightful look at your automation testing data. You can leverage your automation testing data by transforming and visualizing your data; analyzing test results; seamlessly integrating with such tools as Katalon Studio and Jira; maximizing the testing capacity with remote execution.
- Read our documentation.
- Ask a question on Forum.
- Request a new feature on GitHub.
- Vote for Popular Feature Requests.
- File a bug in GitHub Issues.
Katalon Studio is a free and complete automation testing solution for Web, Mobile, and API testing with modern methodologies (Data-Driven Testing, TDD/BDD, Page Object Model, etc.) as well as advanced integration (JIRA, qTest, Slack, CI, Katalon TestOps, etc.). Learn more about Katalon Studio features.
- Download project.
- Install gradle here.
⚠️ Gradle version must be greater than 6.1.0 .⚠️ Java version 17.
- Run command to install all dependencies.
gradle katalonCopyDependencies
- Open project with Katalon Studio and work normally.
- Run command to build.
gradle katalonPluginPackage