Skip to content

katalon-studio/katalon-circleci-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

katalon-circleci-orb

To use Katalon Orb in circle CI

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'

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.