Skip to main content
← Back to Tutorials

Config: Rules & Export Options

Filter which axe-core rules run and control what context is collected in exports.

Video coming soon

Follow the written steps below in the meantime

Step-by-Step Instructions

  1. 1
    In the Rules tab:
  2. 2
    All: Run every axe-core rule (default).
  3. 3
    Include: Only run the specific rules you list.
  4. 4
    Exclude: Run all rules except the ones you list.
  5. 5
    Rule IDs are axe-core identifiers (e.g., "color-contrast", "image-alt").
  6. 6
    In the Export Options tab:
  7. 7
    DOM Context: parent elements, siblings, nearest landmark/heading.
  8. 8
    CSS Computed Styles: color, background, font-size, display, visibility.
  9. 9
    Framework Hints: React/Vue/Angular component names, test IDs.
  10. 10
    File Path Guesses: estimated file paths from BEM classes, data attributes.