Skip to content

Commit

Permalink
ci_runs
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 22, 2024
1 parent e0229ef commit 9345e84
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ui_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
tags: web_tests
config_file: ./env_configs/win_chrome.json
html_report: win-chrome
concurrent_thread: 2
concurrent_thread: 1
testrail_configuration_name: 'Chrome, Windows'
testrail_run_name: 'Desktop Chrome'

Expand All @@ -74,7 +74,7 @@ jobs:
tags: web_tests
config_file: ./env_configs/win_firefox.json
html_report: win-firefox
concurrent_thread: 2
concurrent_thread: 1
testrail_configuration_name: 'Firefox, Windows'
testrail_run_name: 'Desktop Firefox'

Expand All @@ -83,7 +83,7 @@ jobs:
tags: web_tests
config_file: ./env_configs/win_edge.json
html_report: win-edge
concurrent_thread: 2
concurrent_thread: 1
testrail_configuration_name: 'Edge, Windows'
testrail_run_name: 'Desktop Edge'

Expand All @@ -92,7 +92,7 @@ jobs:
tags: web_tests
config_file: ./env_configs/mac_firefox.json
html_report: mac-firefox
concurrent_thread: 2
concurrent_thread: 1
testrail_configuration_name: 'Firefox, MacOS'
testrail_run_name: 'MAC Desktop Chrome'

Expand All @@ -101,7 +101,7 @@ jobs:
tags: web_tests
config_file: ./env_configs/mac_chrome.json
html_report: mac-chrome
concurrent_thread: 2
concurrent_thread: 1
testrail_configuration_name: 'Chrome, MacOS'
testrail_run_name: 'MAC Desktop Chrome'

Expand All @@ -110,7 +110,7 @@ jobs:
tags: web_tests
config_file: ./env_configs/mac_edge.json
html_report: mac-edge
concurrent_thread: 2
concurrent_thread: 1
testrail_configuration_name: 'Edge, MacOS'
testrail_run_name: 'MAC Desktop Edge'

Expand All @@ -119,7 +119,7 @@ jobs:
tags: web_tests
config_file: ./env_configs/mac_safari.json
html_report: mac-safari
concurrent_thread: 2
concurrent_thread: 1
testrail_configuration_name: 'Safari, MacOS'
testrail_run_name: 'MAC Desktop Safari'

Expand All @@ -128,7 +128,7 @@ jobs:
tags: visual
config_file: ./env_configs/mac_chrome.json
html_report: mac-chrome-visual
concurrent_thread: 2
concurrent_thread: 1
testrail_configuration_name: 'Chrome, MacOS'
testrail_run_name: 'MAC Desktop Chrome Visual'

Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
BASE_URL="${{ github.event.inputs.baseurl }}"
fi
concurrent_thread=2
concurrent_thread=1
if [[ "${{ github.event.inputs.browser }}" == "chrome" && "${{ github.event.inputs.os }}" == "window" ]]; then
BROWSER=./env_configs/win_chrome.json
Expand Down

0 comments on commit 9345e84

Please sign in to comment.