This repository was archived by the owner on May 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313.gradle
1414
15+ Reports
1516
16- # Exclude folder content (except .gitkeep)
17- Reports /*
18- ! Reports /.gitkeep
17+ Checkpoints
1918
20- Checkpoints /*
21- ! Checkpoints /.gitkeep
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ Repository URL: URL to Katalon Sormas tests
3737
3838### Jenkins Project "Build" config
3939
40- Download Katalon Studio Version: ` e.g.: 7.2.6 `
40+ Download Katalon Studio Version: ` e.g.: 6.3.3 `
4141
42- Command arguments: ` -browserType="Firefox " -retry=0 -statusDelay=15 - testSuitePath="Test Suites/Login/LoginRoles " -apiKey=<your api key> `
42+ Command arguments: ` --config -webui.autoUpdateDrivers=true -projectPath="$WORKSPACE/<subfolder>/Sormas-Testing.prj " -retry=0 -testSuitePath="Test Suites/LoginShortSuite" -executionProfile="test" -browserType="Chrome (headless) " -apiKey=<your api key> `
4343
4444Xvfb-run configuration (for Linux): ` -s "-screen 0 1024x768x24" `
4545
@@ -56,7 +56,7 @@ JUnit-Tests: `Reports/**/*.xml`
5656
5757### Configure Katalon plugin to find testing project in a given subfolder
5858
59- Command arguments: ` -browserType="Firefox" -retry=0 -statusDelay=15 -projectPath="$WORKSPACE/<subfolder>/Sormas-Testing.prj" -testSuitePath="Test Suites/Login/LoginRoles" -apiKey=<your api key> `
59+ Command arguments: ` --config -webui.autoUpdateDrivers=true - browserType="Firefox (headless) " -retry=0 -projectPath="$WORKSPACE/<subfolder>/Sormas-Testing.prj" -testSuitePath="Test Suites/Login/LoginRoles" -apiKey=<your api key> `
6060
6161Don't forget to adjust the Post build configuration.
6262
Original file line number Diff line number Diff line change 1- # Mon Nov 16 10:53:25 CET 2020
1+ # Mon Nov 16 14:07:07 CET 2020
22testCaseTag ="TODO"
You can’t perform that action at this time.
0 commit comments