はじめに
Androidアプリケーションのアクセシビリティの問題を素早く特定する。
Not for use with personal data
With Axe DevTools for Mobile, you can have complete accessibility testing at every step of the development lifecycle. Catch accessibility issues with automation before they are added to the codebase.
Using the Axe DevTools Mobile SDK for Android will help your team to shift left - you'll integrate mobile accessibility testing earlier in your development lifecycle, so you can detect accessibility defects 事前に they make it to production.
Axe DevTools Mobile SDK for Androidでできること
Axe DevTools Mobile SDK for Androidは、EspressoやUIAutomatorを使用した既存のUIテストにシームレスに統合されます。
概要
- ライブラリを取得 - UIテストにAxeDevToolsライブラリを追加します。
- 設定をカスタマイズ - スキャンに名前を付けてタグ付けし、特定のルールを無視するか、独自のカスタムルールを作成します。
- Axe Developer Hubで結果を見る - テスト結果をAxe Developer Hubに送信します。ここは、アプリで見つかったアクセシビリティの問題をチーム全体で閲覧および管理できる中央の場所です。
- 単独レポートを作成 - プルリクエストに添付したり、ローカル開発中に使用できるアクセシビリティの問題のスコープ付きレポートを生成します。
- 開発パイプラインに統合 - CI/CDパイプラインですでに実行中のUIテスト内でアクセシビリティの問題をチェックします。
- アクセスできないコードを防止 - アクセシビリティのテスト結果を使用して、パイプラインで実行中のUIテストを合格または不合格にし、アクセス不能なコードが本番環境に到達しないようにします。
最初のステップ
自動テストを設定する前に、結果用のプロジェクトを作成を行うべきです。
