結果のタグ付け

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 UI で表示されるスキャンにメタデータを追加するための便利な機能です。あなたのチームにとって役立つタグは、チーム名、ビルド番号、シミュレーターバージョンなどがあります。

スキャン前の設定

スキャンのタグをスキャン前に設定するには以下のようにします:

val axe = AxeDevTools()
axe.tagScanAs(setOf("my_tag", "my_tag_2"))