Skip to content

Commit

Permalink
Update appium version (#13)
Browse files Browse the repository at this point in the history
* Update appium version

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
vaind authored Jul 31, 2024
1 parent ed47049 commit fc0d02d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.6.0

### Fixes

* Update Appium version used in Sauce Labs from EOL `2.0.0` to `appium2-20240701` ([#13](https://github.com/getsentry/action-app-sdk-overhead-metrics/pull/13))

## 1.5.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion src/test/kotlin/TestOptions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ data class TestOptions(
val env = System.getenv()
val sauceOptions = MutableCapabilities()
// Appium v2 required for Android logcat access.
sauceOptions.setCapability("appiumVersion", "2.0.0")
sauceOptions.setCapability("appiumVersion", "appium2-20240701")
sauceOptions.setCapability("name", "Performance tests")
sauceOptions.setCapability(
"build",
Expand Down

0 comments on commit fc0d02d

Please sign in to comment.