Skip to content

Commit ce3eb99

Browse files
authored
Update README.md
1 parent 0522a5d commit ce3eb99

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
# Katalon Plugin for Jenkins
22

3-
Katalon Plugin for Jenkins helps execute Katalon Studio in Jenkins easily.
4-
Katalon Studio will be downloaded and deployed automatically.
3+
Katalon Plugin for Jenkins helps integrate Katalon Studio and Katalon TestOps with Jenkins easily. Katalon Studio will be downloaded and deployed automatically.
54

6-
> For Jenkins Pipeline, please use the official Docker image for Katalon Studio.
7-
> Sample Jenkinsfile can be found [here](https://github.com/katalon-studio-samples/ci-samples/blob/master/Jenkinsfile).
5+
## Tutorials
86

9-
## Usage
7+
To learn more about using this plugin, you can refer to the following documents:
108

11-
* Install the plugin.
9+
[Integrate Katalon Studio with Jenkins](https://docs.katalon.com/katalon-studio/docs/jenkins-integration-overview.html#jenkins-integration).
1210

13-
* Go to project *Configure* > *Build* > *Add build step* > *Execute Katalon Studio Tests*.
11+
[Integrate Katalon TestOps with Jenkins](https://docs.katalon.com/katalon-analytics/docs/ka-integration-jenkins.html).
1412

15-
* Provide the desired Katalon Studio version and command arguments.
13+
## Development
1614

17-
* Save the configuration.
15+
Use the command `mvn clean hpi:run -Djetty.port=8090` to debug the plugin.
1816

19-
Optionally, you can tell Jenkins to publish the JUnit reports.
17+
See the instructions at https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial.
2018

21-
* Go to *Add post-build action* > *Publish JUnit test result report*.
19+
## Companion products
2220

23-
* Set the value *Test report XMLs* to *Reports/**/JUnit_Report.xml*.
21+
### Katalon TestOps
2422

25-
* *Latest Test Result* will be shown in the project page after every build.
23+
[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.
2624

27-
## Development
28-
29-
Use the command `mvn clean hpi:run -Djetty.port=8090` to debug the plugin.
25+
* Read our [documentation](https://docs.katalon.com/katalon-analytics/docs/overview.html).
26+
* Ask a question on [Forum](https://forum.katalon.com/categories/katalon-analytics).
27+
* Request a new feature on [GitHub](CONTRIBUTING.md).
28+
* 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).
29+
* File a bug in [GitHub Issues](https://github.com/katalon-analytics/katalon-analytics/issues).
3030

31-
See the instructions at https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial.
31+
### Katalon Studio
32+
[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/).

0 commit comments

Comments
 (0)