Katalon TestOps CI is the easier way to execute or schedule remote Katalon Studio executions. Learn more
Katalon TestOps Plugin for Jenkins helps execute Katalon Studio in Jenkins easily. Katalon Studio will be downloaded and deployed automatically.
For Jenkins Pipeline, please use the official Docker image for Katalon Studio. Sample Jenkinsfile can be found here.
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.
- Read our documentation.
- Ask a question on Forum.
- Request a new feature on GitHub.
- Vote for Popular Feature Requests.
- File a bug in GitHub Issues.
Katalon Studio 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.
How to use Katalon plugin for Jenkins on Windows.
How to use Katalon plugin for Jenkins on Ubuntu.
-
Install the plugin.
-
Go to project Configure > Build > Add build step > Execute Katalon Studio Tests.
-
Provide the desired Katalon Studio version and command arguments.
-
Save the configuration.
Optionally, you can tell Jenkins to publish the JUnit reports.
-
Go to Add post-build action > Publish JUnit test result report.
-
Set the value Test report XMLs to Reports/**/JUnit_Report.xml.
-
Latest Test Result will be shown in the project page after every build.
Use the command mvn clean hpi:run -Djetty.port=8090
to debug the plugin.
See the instructions at https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial.