Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 739ad68

Browse files
committed
SORMAS-Foundation#3262 removed unused folders in gitignore
1 parent 63c631a commit 739ad68

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

sormas-e2e-ui-tests/.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
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

sormas-e2e-ui-tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4444
Xvfb-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

6161
Don't forget to adjust the Post build configuration.
6262

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Mon Nov 16 10:53:25 CET 2020
1+
#Mon Nov 16 14:07:07 CET 2020
22
testCaseTag="TODO"

0 commit comments

Comments
 (0)