Update Scan Name
Scans uploaded to the dashboard automatically grab the view's title if available. You can set the name based on other criteria before pushing a scan.
Setup Before Scanning
Set the scan name prior to scanning with:
val axe = AxeDevTools() //or AxeDevToolsCompose()
axe.setScanName("Scan Name")
This will ensure the next scan will have the provided scan name. This can be updated on the axe object prior to scanning as many times as needed.