Skip to content

Commit

Permalink
tags updated (#109)
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 (Docker or Browserstack) attached
with this PR?
  * [ ] Yes
  * [ ] No (Please explain why)

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

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


### To be filled by the PR reviewer:

* [ ] Verify the attached run report passed in GitHub Actions (Docker or
Browserstack 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
tauqirsarwar1 authored Apr 22, 2024
2 parents fcb3b44 + ccdf101 commit 26102c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: BS - IOS App Tests

env:
TAGS: "ios_mobile_test"
TAGS: "ios_mobile_tests"
BROWSERSTACK_USER: ${{secrets.BROWSERSTACK_API_USERNAME}}
BROWSERSTACK_ACCESS_KEY: ${{secrets.BROWSERSTACK_ACCESS_KEY}}

Expand All @@ -13,7 +13,7 @@ on:
tags:
description: Gherkin Tags
required: true
default: ios_mobile_test
default: ios_mobile_tests

jobs:
scheduled-regression:
Expand All @@ -24,7 +24,7 @@ jobs:
matrix:
include:
- name: IOS Mobile
tags: 'ios_mobile_test'
tags: 'ios_mobile_tests'
config_file: ./env_configs/ios_mobile_BS.json
html_report: ios-mobile
testrail_configuration_name: 'iPhone 15 Plus'
Expand Down

0 comments on commit 26102c0

Please sign in to comment.