Overview of Viewing Accessibility Issues

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

axe Developer Hub shows your project's accessibility issues organized in a hierarchy of web pages

Free Trial
Not for use with personal data

axe Developer Hub allows you to see all of the accessibility issues in your code and find in-depth information about each accessibility issue.

Your Project's Pages

Your project in axe Developer Hub is organized around a hierarchy that depends on the mode (Git or Gitless) you are using.

Projects that use Git. If you are using Git, your project is organized around a hierarchy as follows:

  • Project
    • Branches
      • Commits
        • Summary
          • Details

Projects that don't use Git (Gitless). When you don't use Git, your project is organized around the following hierarchy of pages:

  • Project
    • Test runs
      • Summary
        • Details
Page Description Mode More information
Projects Your axe Developer Hub projects Git or Gitless See Manage Your Projects, Create a Project, and Delete a Project.
Branches Your Git branches Git The Branches Page
Commits Commits in the selected branch Git The Commits Page
Test Runs Every time your test suite was run Gitless The Test Runs Page
Summary A summary of the accessibility rules violated Git or Gitless The Summary Page
Details Details of a specific accessibility rule violation Git or Gitless The Details Page

See Also

The Branches Page

The Commits Page

The Test Runs Page

The Summary Page

The Details Page