Scannaam bijwerken

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

Scans die naar het dashboard worden geüpload, nemen automatisch de titel van de View Controller over, of de titel die in de navigatiebalk is ingesteld - indien beschikbaar. U kunt de scannaam instellen op basis van andere criteria voordat u de scan uitvoert door een aangepast argument te plaatsen voor de withScanName-parameter in de postResult-methode.

func testAccessibility() throws {
    guard let result = try axeDevTools?.run(onElement: XCUIApplication()) else {
        XCTFail()
        return
    }
    try axeDevTools?.postResult(result, withScanName: "AUTOMATION")
}