https://github.com/katalon-studio/katalon-studio-github-action
Katalon Studio Github Action
https://github.com/katalon-studio/katalon-studio-github-action
critical
Last synced: 6 months ago
JSON representation
Katalon Studio Github Action
- Host: GitHub
- URL: https://github.com/katalon-studio/katalon-studio-github-action
- Owner: katalon-studio
- Created: 2019-11-22T07:54:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T07:46:13.000Z (8 months ago)
- Last Synced: 2025-04-04T03:34:27.424Z (7 months ago)
- Topics: critical
- Language: JavaScript
- Size: 5.55 MB
- Stars: 12
- Watchers: 12
- Forks: 11
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Katalon Studio Github Action
This action allows you to run Katalon Studio projects.
> Katalon TestOps CI is an easier way to execute Katalon Studio tests remotely or schedule remote Katalon Studio execution. [Learn more](https://docs.katalon.com/katalon-analytics/docs/kt-remote-execution.html)
## Example usage
Setup API Key using Secret name: `API_KEY`.
```yaml
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Katalon Studio Github Action
uses: katalon-studio/katalon-studio-github-action@v4.0
with:
version: '9.6.0'
projectPath: '${{ github.workspace }}'
args: '-noSplash -retry=0 -testSuiteCollectionPath="Test Suites/Simple Test Suite Collection" -apiKey= ${{ secrets.API_KEY }} --config -webui.autoUpdateDrivers=true'
```## Companion products
### Katalon TestOps
[Katalon TestOps](https://analytics.katalon.com) 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](https://docs.katalon.com/katalon-analytics/docs/overview.html).
* Ask a question on [Forum](https://forum.katalon.com/categories/katalon-analytics).
* Request a new feature on [GitHub](CONTRIBUTING.md).
* Vote for [Popular Feature Requests](https://github.com/katalon-analytics/katalon-analytics/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc).
* File a bug in [GitHub Issues](https://github.com/katalon-analytics/katalon-analytics/issues).### Katalon Studio
[Katalon Studio](https://www.katalon.com) 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](https://www.katalon.com/features/).