Skip to content

HieuBui419/katalon-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Katalon TestOps Plugin for Jenkins

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.

Companion products

Katalon TestOps

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.

Katalon Studio

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.

Tutorials

How to use Katalon plugin for Jenkins on Windows.

How to use Katalon plugin for Jenkins on Ubuntu.

Usage

  • 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.

Development

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.

About

Katalon Plugin for Jenkins

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%