-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vidia
authored
Dec 9, 2019
1 parent
ee90bdd
commit 6cc64c9
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,13 @@ refer to more information for using command from https://docs.katalon.com/ | |
|
||
This is the example to using github action <br> | ||
Please change to the latest github action version and your Input. <br> | ||
|
||
Setup API Key using Secret name : KATALON_API_NAME | ||
|
||
Katalon Github Action Marketplace link : https://github.com/marketplace/actions/katalon-studio | ||
|
||
|
||
|
||
## Example usage | ||
```yaml | ||
on: [push] | ||
|
@@ -30,6 +35,6 @@ jobs: | |
- name: Get and run action | ||
uses: katalon-studio/[email protected] | ||
with: | ||
katalon_api_key: 'b279faef-0a5a-4aa5-8cff-ebc81466ac8c' | ||
katalon_api_key: ${{ secrets.KATALON_API_KEY }} | ||
Katalon_command: 'katalon-execute.sh -browserType="Chrome" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/TS_RegressionTest"' | ||
``` |