|
1 | 1 | # Katalon Plugin for Jenkins |
2 | 2 |
|
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. |
5 | 4 |
|
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 |
8 | 6 |
|
9 | | -## Usage |
| 7 | +To learn more about using this plugin, you can refer to the following documents: |
10 | 8 |
|
11 | | -* Install the plugin. |
| 9 | +[Integrate Katalon Studio with Jenkins](https://docs.katalon.com/katalon-studio/docs/jenkins-integration-overview.html#jenkins-integration). |
12 | 10 |
|
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). |
14 | 12 |
|
15 | | -* Provide the desired Katalon Studio version and command arguments. |
| 13 | +## Development |
16 | 14 |
|
17 | | -* Save the configuration. |
| 15 | +Use the command `mvn clean hpi:run -Djetty.port=8090` to debug the plugin. |
18 | 16 |
|
19 | | -Optionally, you can tell Jenkins to publish the JUnit reports. |
| 17 | +See the instructions at https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial. |
20 | 18 |
|
21 | | -* Go to *Add post-build action* > *Publish JUnit test result report*. |
| 19 | +## Companion products |
22 | 20 |
|
23 | | -* Set the value *Test report XMLs* to *Reports/**/JUnit_Report.xml*. |
| 21 | +### Katalon TestOps |
24 | 22 |
|
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. |
26 | 24 |
|
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). |
30 | 30 |
|
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