Skip to content

Commit

Permalink
Do not pin Appium version without reason
Browse files Browse the repository at this point in the history
[full ci]
  • Loading branch information
twometresteve committed Oct 4, 2023
1 parent 86e96f9 commit 38684cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .buildkite/basic/react-native-ios-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ steps:
- --farm=bs
- --device=IOS_14
- --a11y-locator
- --appium-version=1.18.0
- --fail-fast
env:
SKIP_NAVIGATION_SCENARIOS: "true"
Expand All @@ -80,7 +79,6 @@ steps:
- --farm=bs
- --device=IOS_14
- --a11y-locator
- --appium-version=1.18.0
- --fail-fast
env:
SKIP_NAVIGATION_SCENARIOS: "true"
Expand Down
11 changes: 0 additions & 11 deletions .buildkite/full/react-native-ios-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ steps:
- --farm=bs
- --device=IOS_12
- --a11y-locator
- --appium-version=1.18.0
- --fail-fast
env:
SKIP_NAVIGATION_SCENARIOS: "true"
Expand All @@ -210,7 +209,6 @@ steps:
- --farm=bs
- --device=IOS_14
- --a11y-locator
- --appium-version=1.18.0
- --fail-fast
env:
SKIP_NAVIGATION_SCENARIOS: "true"
Expand All @@ -234,7 +232,6 @@ steps:
- --farm=bs
- --device=IOS_14
- --a11y-locator
- --appium-version=1.18.0
- --fail-fast
env:
SKIP_NAVIGATION_SCENARIOS: "true"
Expand All @@ -259,7 +256,6 @@ steps:
- --farm=bs
- --device=IOS_14
- --a11y-locator
- --appium-version=1.18.0
- --fail-fast
env:
SKIP_NAVIGATION_SCENARIOS: "true"
Expand All @@ -284,7 +280,6 @@ steps:
- --farm=bs
- --device=IOS_14
- --a11y-locator
- --appium-version=1.18.0
- --fail-fast
env:
SKIP_NAVIGATION_SCENARIOS: "true"
Expand All @@ -309,7 +304,6 @@ steps:
- --farm=bs
- --device=IOS_14
- --a11y-locator
- --appium-version=1.18.0
- --fail-fast
env:
SKIP_NAVIGATION_SCENARIOS: "true"
Expand All @@ -334,7 +328,6 @@ steps:
- --farm=bs
- --device=IOS_14
- --a11y-locator
- --appium-version=1.18.0
- --fail-fast
env:
SKIP_NAVIGATION_SCENARIOS: "true"
Expand All @@ -361,7 +354,6 @@ steps:
- --farm=bs
- --device=IOS_12
- --a11y-locator
- --appium-version=1.18.0
- --fail-fast
- features/navigation.feature
concurrency: 5
Expand All @@ -384,7 +376,6 @@ steps:
- --farm=bs
- --device=IOS_14
- --a11y-locator
- --appium-version=1.21.0
- --fail-fast
- features/navigation.feature
concurrency: 5
Expand All @@ -408,7 +399,6 @@ steps:
- --app=build/r_native_navigation_0.60.ipa
- --farm=bs
- --device=IOS_13
- --appium-version=1.18.0
- --a11y-locator
- --fail-fast
- features/navigation.feature
Expand All @@ -434,7 +424,6 @@ steps:
- --farm=bs
- --device=IOS_13
- --a11y-locator
- --appium-version=1.18.0
- --fail-fast
- features/navigation.feature
concurrency: 5
Expand Down
1 change: 0 additions & 1 deletion test/react-native/TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ particular, these commands need the `BrowserStackLocal` binary (available
bundle exec maze-runner --app=../../build/${REACT_NATIVE_VERSION}.ipa \
--farm=bs \
--device=IOS_13 \
--appium-version=1.18.0 \
--a11y-locator \
features/app.feature
```
Expand Down

0 comments on commit 38684cd

Please sign in to comment.