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
- Host: GitHub
- URL: https://github.com/depapp/katalon-studio-free-version
- Owner: depapp
- Created: 2024-11-27T12:24:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T00:48:25.000Z (over 1 year ago)
- Last Synced: 2025-02-01T06:42:49.814Z (over 1 year ago)
- Language: JavaScript
- Size: 1.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.