Tagging Results
Tagging is a helpful feature to organize, share and search for scans within the axe DevTools Mobile Dashboard. Some helpful tags for your team may be the team name, build number, simulator version, etc.
Setup Before Scanning
Set the scan's tag prior to scanning with:
val axe = AxeDevTools() //or AxeDevToolsCompose()
axe.tagScanAs(setOf("my_tag", "my_tag_2"))