結果をアップロード

This page is not available in the language you requested. You have been redirected to the English version of the page.
Link to this page copied to clipboard
Not for use with personal data

スキャンが完了すると、自動的に axe Developer Hubに公開されます。

const axeSettings = {
    apiKey: "<deque-api-key>",
    projectId: "<devhub-project-id>"
}

const result = await driver.execute('mobile: axeScan', axeSettings)

注: スキャン結果の投稿を 無効にする ことができます。これにより、ネットワークリクエストを減らし、スキャンの速度を向上させることができます。この設定のデフォルト値は uploadToDashboard は true です。この値を false に設定してアップロードを無効にします。

const axeSettings = {
    apiKey: "<deque-api-key>",
    projectId: "<devhub-project-id>",
    uploadToDashboard: false
}

const result = await driver.execute('mobile: axeScan', axeSettings)

axe Developer Hub について

axe Developer Hub は、アプリで見つかったアクセシビリティの問題をチーム全体で閲覧および管理できる中央の場所です。

axe Developer Hub では、以下のことができます。

  • アクセシビリティスキャンの結果を探す
  • スキャンまたはスキャンのグループを共有する
  • どの結果が最も重要かを決定し、テストを適応させる

チームと結果を共有する

axe Developer Hub から結果を閲覧、管理、共有します 。テスト実行はすでにプロジェクトIDによってグループ化されています。Developer Hubで結果への直接リンクを作成して共有するには、以下のパターンに従い、自分のプロジェクトIDを追加します。この方法で、その

https://axe.deque.com/axe-watcher/projects/<projectId>

のすべての最新の実行が一覧表示されるページに移動します。 projectId

次のステップは?

この時点で、アプリの次の画面に移動して、さらにスキャンを行うことができます。