This Gradle plugin helps simplify/automate some tasks in Katalon Studio. It is published at https://plugins.gradle.org/plugin/com.katalon.gradle-plugin.
katalonCopyDependencies
katalonListTestCases
katalonListTestSuites
Please see https://github.com/katalon-studio-samples/framework-integration.
Please follow this guide to install Gradle on your machine.
Add a build.gradle
file inside Katalon Studio project contains the below code. Dependencies can be changed or modified based on your libraries prerferences.
plugins {
id 'java'
id "com.katalon.gradle-plugin" version "0.0.7"
}
repositories {
mavenCentral()
}
dependencies {
// sample dependencies
// rest-assured
compile 'io.rest-assured:rest-assured:3.2.0'
// JsonPath
compile 'io.rest-assured:json-path:3.2.0'
// XmlPath
compile 'io.rest-assured:json-path:3.2.0'
// JSON Schema Validation
compile 'io.rest-assured:json-schema-validator:3.2.0'
}
Due to the way Java loading libraries, please close all Katalon Studio applications before execute the following command, and re-open it after the command has been completed.
gradle katalonCopyDependencies
Copyright (c) Katalon LLC. All rights reserved.
Licensed under the LICENSE AGREEMENT FOR KATALON AUTOMATION FRAMEWORK.
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.