Create .circleci/config.yml
Find the latest version source : https://circleci.com/orbs/registry/orb/katalon/katalon-studio Change your Katalon paramter and setup your API Key and environment variables.
Example
version: 2.1
orbs:
katalon-studio: katalon/[email protected]
workflows:
build:
jobs:
- katalon-studio/run:
version: latest
katalon_param: >-
-browserType='Chrome' -retry=0 -statusDelay=15 -testSuitePath='Test
Suites/TS_RegressionTest'
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.