Skip to content

katalon-studio/katalon-studio-basic-report-plugin

Repository files navigation

katalon-studio-report-plugin

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.

Companion products

Katalon TestOps

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.

Katalon Studio

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.

How to use

  • 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.

How to build plugin

  • Run command to build.

gradle katalonPluginPackage