An open API service indexing awesome lists of open source software.

https://github.com/depapp/katalon-studio-free-version

Execute Katalon Studio project on Github Actions with No Cost
https://github.com/depapp/katalon-studio-free-version

Last synced: about 1 year ago
JSON representation

Execute Katalon Studio project on Github Actions with No Cost

Awesome Lists containing this project

README

          

# Free Katalon Studio
Execute Katalon Studio project on Github Actions with No Cost

## Usage
```yaml
uses: depapp/katalon-studio-free-version@v1.0.0
with:
testSuitePath: 'Test Suites/Web/TS - Login'
browserType: 'Chrome'
executionProfile: 'default'
```
change the `testSuitePath`, `browserType`, `executionProfile` values to your own.