Upgrade Appium Version from 1.22 to 2.19.#2731
Merged
SB-dimplea merged 2 commits intonextfrom Apr 17, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the React Native Android BitBar (Buildkite) Maze Runner setup to run with Appium 2.19 and adds Android app identifiers to the Maze config to help Appium reliably launch the app.
Changes:
- Bumped
--appium-versionfrom1.22to2.19in the React Native Android Buildkite pipelines. - Expanded
maze.all.cfgto include--fail-fastplus Android--app-packageand--app-activityvalues.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| test/react-native/features/support/maze.all.cfg | Adds default Maze Runner flags (fail-fast, Android app package/activity) for the RN feature suite. |
| .buildkite/basic/react-native-android-pipeline.yml | Updates the BitBar Android pipeline to request Appium 2.19. |
| .buildkite/basic/react-native-android-full-pipeline.yml | Updates all BitBar Android test matrix entries to request Appium 2.19. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
SB-bhavnag
previously approved these changes
Apr 16, 2026
Removed Duplicate cli argument Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
SB-bhavnag
approved these changes
Apr 16, 2026
twometresteve
approved these changes
Apr 16, 2026
Contributor
twometresteve
left a comment
There was a problem hiding this comment.
Looks good, pending CI results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Bumped --appium-version from 1.22 to 2.19 in the React Native Android Buildkite pipelines.
Design
Earlier pipeline was using appium version 1.22 so we have changed appium version 2.19 commonly.
Changeset
Changed Pipeline.yml files to update version of appium from 1.22 to 2.19
Changed in maze config file : Added app package and app activity.
Testing
Yes, We have tested manual and automated maze runner test cases BB.