Skip to content

Commit

Permalink
Develop (#19)
Browse files Browse the repository at this point in the history
### To be filled by the PR creator:

* A brief description of the changes made - 

* Do we have clean latest run report attached with this PR?
  * [ ] Yes
  * [ ] No (Please explain why)

* Does the PR contain changes to any BP core file?
  * [ ] Yes (Needs approval from at least 2 people)
  * [ ] No

* Does the PR contain changes to modules shared with other teams?
* [ ] Yes (Needs approval from at least one of the other teams that use
the module)
  * [ ] No

* Is it
  * [ ] New Testcase
  * [ ] Fix


### To be filled by the PR reviewer:

* [ ] Verify the attached run report passed in GitHub Actions (Justify
if local run)

* General
    * [ ] Use the best strategy to locate the elements
    * [ ] Comments wherever the code is not readable by itself
    * [ ] Use of the right data structure for the use case
    * [ ] Reuse logic/functionality as much as possible
    * [ ] Cleanup of any test data that is generated by the tests
    * [ ] No static waits
  • Loading branch information
Tauqir Sarwar authored Mar 15, 2024
2 parents 8fd2658 + 21ef0bb commit e33e1c3
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Setup Python
id: setup_python
if: steps.validate_input.outcome == 'success'
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/api_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
# Setup Python
- name: Setup Python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

# Setup Python
- name: Setup Python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup Python
id: setup_python
if: steps.validate_input.outcome == 'success'
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test_scripts_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bump Test Scripts Version
on:
push:
branches:
- main1
- master
pull_request:
types:
- labeled
Expand All @@ -11,5 +11,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# Bump version on merging Pull Requests with specific labels.
# (bump:major,bump:minor,bump:patch)
- uses: haya14busa/action-bumpr@v1
20 changes: 10 additions & 10 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: ./configs/win_chrome.json
html_report: win-chrome
concurrent_thread: 1
concurrent_thread: 2
testrail_configuration_name: 'Chrome, Windows'
testrail_run_name: 'Desktop Chrome'

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

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

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

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

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

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

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

name: ${{ matrix.name }} - Regression
runs-on: ubuntu-latest
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
--capability headless False \
--reruns 1 --reruns-delay 5 \
--tags="$TAGS" --base-url="$BASE_URL" --html=report.html \
--self-contained-html -n 1
--self-contained-html -n 2
- name: BrowserStackLocal Stop
uses: browserstack/github-actions/setup-local@master
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,4 @@ google-auth-httplib2==0.1.1
google-auth-oauthlib==1.1.0

# openai
openai == 1.14.0
playwright == 1.42.0
openai == 1.14.0

0 comments on commit e33e1c3

Please sign in to comment.