Skip to content

katalon-studio/katalon-studio-sample-report-plugin

Repository files navigation

katalon-studio-sample-report-plugin

A sample custom keyword plugin to demonstrate how to generate a customized report.

This plugin provides:

  • A test listener that automatically generates a test suite report with a customized format as a text file under Reports folder.

Better Alternative: 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.

Relevant project structure

katalon-studio-sample-report-plugin
├── Keywords
│   ├── sample.report
│   │   ├── SampleReportUtil.groovy
│   │   ├── TxtReportBuilder.groovy
├── Test Listeners
│   ├── SampleReportTSListener.groovy

How to build

Open this project with Katalon Studio.

Run the following command at the root folder:

gradle katalonPluginPackage

The plugin will be located at build/libs/katalon-studio-sample-report-plugin.jar afterwards.

How to use

Copy the above jar file and place it under Plugins folder of your Katalon project.

About

A Katalon project to demonstrate how to generate a customized report.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages