https://github.com/katalon-studio/katalon-studio-sample-plugin
An example plugin of Katalon Studio for beginner
https://github.com/katalon-studio/katalon-studio-sample-plugin
critical
Last synced: 18 days ago
JSON representation
An example plugin of Katalon Studio for beginner
- Host: GitHub
- URL: https://github.com/katalon-studio/katalon-studio-sample-plugin
- Owner: katalon-studio
- Created: 2019-01-17T08:46:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T15:35:37.000Z (over 4 years ago)
- Last Synced: 2024-12-26T06:41:59.400Z (11 months ago)
- Topics: critical
- Language: Java
- Size: 3.91 KB
- Stars: 1
- Watchers: 8
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Katalon Studio sample plugin for beginners
This is a demostrated plugin that listen to `Plugin installation` event and `Katalon Studio execution` event.
## Build
Requirements:
- JDK 1.8
- Maven 3.3+
`mvn clean package`
## Usage
- Install the `Katalon Studio v6.0.3 or later`.
- Go to *Plugin* > *Install Plugin* and select the generated jar file.
- A `hello` message `Event Log` tab after the installation completed.
- Execute a test suite and wait for a summary message.