Skip to content

Commit 01e891e

Browse files
authored
Merge pull request LambdaTest#1221 from akshayverma28/stage
appium version changes
2 parents 3306c64 + 3a842dc commit 01e891e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/supported-appium-versions.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ To configure the Appium version for your tests on LambdaTest, use the `appiumVer
5454

5555
| Platform Versions | Supported Versions | Default Version | Latest Version |
5656
|-------------------|--------------------|-----------------|----------------|
57-
| Android (All) | 1.21.0, 1.22.0, 1.22.3, 2.0.0, 2.1.3, 2.2.1, 2.3.0, 2.4.1, 2.5.4, 2.6.0, 2.10.3, 2.11.2 | 2.2.1 | 2.3.0 |
57+
| Android (All) | 1.21.0, 1.22.0, 1.22.3, 2.0.0, 2.1.3, 2.2.1, 2.3.0, 2.4.1, 2.5.4, 2.6.0, 2.10.3, 2.11.2, 2.11.4, 2.12.1 | 2.2.1 | 2.3.0 |
5858
| iOS (12, 13, 14) | 1.22.3, 2.0.0, 2.1.3, 2.2.1 | 2.2.1 | 2.2.1 |
59-
| iOS (15, 16, 17, 18) | 1.22.3, 2.0.0, 2.1.3, 2.2.1, 2.3.0, 2.4.1, 2.5.4, 2.6.0, 2.10.3, 2.11.2 | 2.2.1 | 2.3.0 |
60-
| fireos | 1.21.0, 1.22.0, 1.22.3, 2.0.0, 2.1.3, 2.2.1, 2.3.0, 2.4.1, 2.5.4, 2.6.0, 2.10.3, 2.11.2 | 2.2.1 | 2.3.0 |
61-
| tvos | 1.22.3 | 1.22.3 | 1.22.3 |
59+
| iOS (15, 16, 17, 18) | 1.22.3, 2.0.0, 2.1.3, 2.2.1, 2.3.0, 2.4.1, 2.5.4, 2.6.0, 2.10.3, 2.11.2, 2.11.4, 2.12.1 | 2.2.1 | 2.3.0 |
60+
| fireos | 1.21.0, 1.22.0, 1.22.3, 2.0.0, 2.1.3, 2.2.1, 2.3.0 | 2.2.1 | 2.3.0 |
61+
| tvos | 1.22.3, 2.2.1 | 1.22.3 | 1.22.3 |
6262

6363

6464
**Java Example:**
@@ -91,6 +91,8 @@ capabilities.setCapability("platformName", "ios");
9191
9292
9393
94+
95+
9496

9597
:::note
9698
- If a user passes any Appium version other than the mentioned versions, appropriate error will be thrown.

0 commit comments

Comments
 (0)