Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wording for Deque axe plugin vs drivers #3030

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Changes from 1 commit
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
16 changes: 8 additions & 8 deletions docs/mobile-apps/automated-testing/appium/appium-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ The current end-of-life strategy outlined above is specific to Real Devices. We
:::info Supported Custom Appium Plugins:
The following list of custom Appium plugins are supported:
- [Appium Images Plugin](https://www.npmjs.com/package/@appium/images-plugin). This plugin will now be included by default with Appium version `latest` and all subsequent versions released after April 1st 2024.
- [Deque axe DevTools® Mobile Analyzer Accessibility plugin](https://docs.deque.com/devtools-mobile/appium). This plugin helps you with automated accessibility testing. Empower your team to focus on identifying and resolving accessibility issues. Requires Deque axe DevTools® Mobile license. <b>Deprecated</b>
- [Deque axe DevTools® Mobile Analyzer Accessibility plugin](https://docs.deque.com/devtools-mobile/appium). This plugin helps you with automated accessibility testing. Empower your team to focus on identifying and resolving accessibility issues. Requires Deque axe DevTools® Mobile license. <b>Deprecated:</b> support for it will be removed on January 31st 2025.
:::

### Appium 2.x
Expand Down Expand Up @@ -253,16 +253,11 @@ The following list of custom Appium plugins are supported:
</td>
<td>
<a href="https://docs.deque.com/devtools-mobile/2024.2.14/en/june-2024-3" target="_blank">
Deque axe DevTools® Mobile Analyzer Accessibility plugin
Deque axe DevTools® Mobile Analyzer Accessibility tools
</a>
&nbsp;helps you with automated accessibility testing. Contains only the latest version of Appium. The plugin helps to identify and to resolve accessibility issues. Requires Deque axe DevTools® license.
help you with automated accessibility testing. Contains only the latest version of Appium. The tools help to identify and to resolve accessibility issues. Requires Deque axe DevTools® license. See the <a href="../appium-deque-accessibility-testing">detailed usage documentation</a>, including a [migration guide](../appium-deque-accessibility-testing/#migrating-from-the-deprecated-plugin-to-deque-new-drivers) if you still use the deprecated plugin.
<br />
<ul>
<li>
<a href="https://docs.deque.com/devtools-mobile/2024.2.14/en/june-2024-3" target="_blank">
<code>axeDevToolsMobile Appium Plugin</code>: 2.2.0 <b>Deprecated</b>
</a>
</li>
<li>
<a href="https://docs.deque.com/devtools-mobile/2024.2.14/en/appium-setup" target="_blank">
<code>axe-appium-xcuitest-driver </code>: 1.0.1
Expand All @@ -278,6 +273,11 @@ The following list of custom Appium plugins are supported:
<code>appium</code>: 2.12.1
</a>
</li>
<li>
<a href="https://docs.deque.com/devtools-mobile/2024.2.14/en/june-2024-3" target="_blank">
<code>axeDevToolsMobile Appium Plugin</code>: 2.2.0 <b>Deprecated</b>
</a>
</li>
</ul>
</td>
</tr>
Expand Down
Loading