Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 42 additions & 40 deletions docs/mobile-apps/automated-testing/appium/appium-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<code>appium3-2025-10</code>
</td>
<td>
<span className="sauceGold">December 1st, 2026</span>
<span className="sauceGold">October 1st, 2026</span>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was documented incorrectly!

</td>
<td>
This is a collection of drivers and plugins that were released in October 28th 2025 <br />
Expand Down Expand Up @@ -270,6 +270,46 @@
</tr>
</thead>
<tbody>
<tr>
<td>
<code>appium2-20250901</code> alias: <code>appium2-2025-09</code>
</td>
<td>
<span className="sauceGreen">Active</span>
</td>
<td>
This is the final Appium 2 release provided by Sauce Labs. We recommend using this version if you intend to remain on Appium 2. This release contains the last drivers still compatible with Appium 2.<br /><br />

Check warning on line 281 in docs/mobile-apps/automated-testing/appium/appium-versions.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/mobile-apps/automated-testing/appium/appium-versions.md#L281

[sauce.UnclearAntecedent] Instead of 'This is', try starting this sentence with a specific subject and verb.
Raw output
{"message": "[sauce.UnclearAntecedent] Instead of 'This is', try starting this sentence with a specific subject and verb.", "location": {"path": "docs/mobile-apps/automated-testing/appium/appium-versions.md", "range": {"start": {"line": 281, "column": 9}}}, "severity": "WARNING"}
<strong>Note:</strong> Newer Appium drivers now list Appium 3 as a peer dependency. To receive future driver updates and support for new mobile OS versions, you must <a href="https://appium.io/docs/en/3.1/guides/migrating-2-to-3/" target="_blank">migrate to Appium 3</a>.

Check warning on line 282 in docs/mobile-apps/automated-testing/appium/appium-versions.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/mobile-apps/automated-testing/appium/appium-versions.md#L282

[sauce.WordList] Use 'Appium' instead of 'appium'.
Raw output
{"message": "[sauce.WordList] Use 'Appium' instead of 'appium'.", "location": {"path": "docs/mobile-apps/automated-testing/appium/appium-versions.md", "range": {"start": {"line": 282, "column": 192}}}, "severity": "WARNING"}
<br />
<ul>
<li>
<a href="https://github.com/appium/appium/releases/tag/appium%402.19.0" target="_blank">
<code>appium</code>: 2.19.0
</a>
</li>
<li>
<a href="https://github.com/appium/appium-flutter-driver/releases/tag/v2.19.0" target="_blank">
<code>appium-flutter-driver</code>: 2.19.0
</a>
</li>
<li>
<a href="https://github.com/appium/appium-uiautomator2-driver/releases/tag/v4.2.9" target="_blank">
<code>appium-uiautomator2-driver</code>: 4.2.9
</a>
</li>
<li>
<a href="https://github.com/appium/appium-xcuitest-driver/releases/tag/v9.10.5" target="_blank">
<code>appium-xcuitest-driver</code>: 9.10.5
</a>
</li>
<li>
<a href="https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/releases/tag/v1.3.0" target="_blank">
<code>appium-flutter-integration-driver</code>: 1.3.0
</a>
</li>
</ul>
</td>
</tr>
<tr>
<td>
<code>latest</code>
Expand Down Expand Up @@ -341,44 +381,6 @@
</ul>
</td>
</tr>
<tr>
<td>
<code>appium2-20250901</code>
</td>
<td>
<span className="sauceGold">August 31st, 2026</span>
</td>
<td>
This is a collection of drivers that were released in September 1st 2025 <br />
<ul>
<li>
<a href="https://github.com/appium/appium/releases/tag/appium%402.19.0" target="_blank">
<code>appium</code>: 2.19.0
</a>
</li>
<li>
<a href="https://github.com/appium/appium-flutter-driver/releases/tag/v2.19.0" target="_blank">
<code>appium-flutter-driver</code>: 2.19.0
</a>
</li>
<li>
<a href="https://github.com/appium/appium-uiautomator2-driver/releases/tag/v4.2.9" target="_blank">
<code>appium-uiautomator2-driver</code>: 4.2.9
</a>
</li>
<li>
<a href="https://github.com/appium/appium-xcuitest-driver/releases/tag/v9.10.5" target="_blank">
<code>appium-xcuitest-driver</code>: 9.10.5
</a>
</li>
<li>
<a href="https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/releases/tag/v1.3.0" target="_blank">
<code>appium-flutter-integration-driver</code>: 1.3.0
</a>
</li>
</ul>
</td>
</tr>
<tr>
<td>
<code>appium2-20250501</code>
Expand Down Expand Up @@ -422,7 +424,7 @@
<code>appium2-20250101</code>
</td>
<td>
<span className="sauceGold">December 31th, 2025</span>
<span className="sauceGold">December 31th, 2026</span>
</td>
<td>
This is a collection of drivers that were released in January 1st 2025 <br />
Expand Down