How Axe Can HelpAxe is the world’s most popular accessibility testing toolkit. It is built on the world’s most popular accessibility rules library. Axe is ideal for development teams testing their web or Android applications to help identify and resolve common accessibility issues.Built to scale with your needs, users have run Axe for everything from ad-hoc single page tests to testing hundreds of thousands of pages while integrated into existing CI/CD pipeline. It’s simple to use, doesn’t require advanced accessibility knowledge, and won’t waste your time with false positives.About the Axe IntegrationAt Perfecto, we understand the need to test accessibility requirements on various platforms. The example project below highlights Perfecto’s ability to work with Axe-core library to complete an accessibility scan on a desktop browser/mobile browser.The project aims to achieve the following:Specify a URL to scan.Execute Axe-core library to scan the page.Parse the accessibility report back into Perfecto Digital Zoom report.Axe Integration PrerequisitesDocumentation is written using IntelliJ & Gradle.Clone the project from GitLab.Open the project in IntelliJ. From the terminal, execute Gradle clean install to download all the dependencies. Under TestNG.xml update the following: a. URL to scan with Axe-core. b. SecurityToken.c. Perfecto cloud URL.To execute the scan, right click on TestNG.xml and run using TestNg.Once complete, open up the Perfecto Reporting and Analytics platform. All the accessibility issues will be displayed using an assertion.Tip: Downloading the assertions report will output all the issues in a PDF file for your developers to fix.Get Started With Perfecto and AxeStart your free trial of Perfecto today.Start My Free Trial