Class CA11yReport.ReportConfig

java.lang.Object
com.levelaccess.continuum.CA11yReport.ReportConfig
Enclosing class:
CA11yReport

public static class CA11yReport.ReportConfig extends Object
Encapsulates the config field that is included along with the CA11y report object. The fields under this object contain the settings used to execute the test.
  • Field Details

    • includeRules

      public final List<String> includeRules
    • excludeRules

      public final List<String> excludeRules
    • level

      public final List<org.userway.selenium.model.report.Level> level
    • ignoreSelectors

      public final List<String> ignoreSelectors
    • switchOff

      public final boolean switchOff
    • reportPath

      public final String reportPath
    • issueScreenshots

      public final boolean issueScreenshots
    • pageScreenshot

      public final boolean pageScreenshot
    • strict

      public final boolean strict