https://github.com/katalon-studio/katalon-studio-basic-report-plugin
https://github.com/katalon-studio/katalon-studio-basic-report-plugin
critical
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/katalon-studio/katalon-studio-basic-report-plugin
- Owner: katalon-studio
- Created: 2019-04-17T09:49:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T09:14:34.000Z (10 months ago)
- Last Synced: 2025-03-24T11:21:29.286Z (7 months ago)
- Topics: critical
- Language: Java
- Size: 10.3 MB
- Stars: 6
- Watchers: 11
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://analytics.katalon.com) 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](https://docs.katalon.com/katalon-analytics/docs/overview.html).
* Ask a question on [Forum](https://forum.katalon.com/categories/katalon-analytics).
* Request a new feature on [GitHub](CONTRIBUTING.md).
* Vote for [Popular Feature Requests](https://github.com/katalon-analytics/katalon-analytics/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc).
* File a bug in [GitHub Issues](https://github.com/katalon-analytics/katalon-analytics/issues).### Katalon Studio
[Katalon Studio](https://www.katalon.com) 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](https://www.katalon.com/features/).### How to use
* Download project.
* Install gradle [here](https://gradle.org/releases/).
> :warning: Gradle version must be greater than 6.1.0 .
> :warning: 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