Namespace AxaFrance.AxeExtended.HtmlReport
Classes
AxeOverallResult
Represents the overall result of the application. It contains the result of all tested pages.
AxePageResult
Represents the complete result of accessibility test for a single page.
AxeResultEnhancedItem
The enhanced version of AxeResultItem. It contains the result of all nodes that are related to the item. which contains additional information such as screenshot, bounding box, etc.
AxeResultEnhancedNode
Enhanced version of AxeResultNode. It contains the screenshot of the node.
BaseResult
Base class for results: AxePageResult, AxeOverallResult
OverallReportBuilder
Builder to be used to build overall report. Overall report represents all scanned pages within a user journey.
OverallResultItem
PageReportBuilder
Classes for generating HTML report from given Axe-Core results
PageReportOptions
Options of generating HTML report
RgaaTagsProvider
A mapping of Axe rules to RGAA rules, for future use refers to the Mapping Rules Excel file
TagsProvider
The provider to get additional tags for a rule.
Enums
Language
Language to be used for report. Placeholder.
OutputFormat
Output format of the test report.
ScoringMode
Mode to calculate the score. Different calculation mode may influenc
Delegates
PageReportBuilder.AnalyzeDelegate
Delegate to analyze the given context. this function should be implemented according to test framework. such as using Selenium.
PageReportBuilder.GetScreenshotDelegate
Delegate to get screenshot of the given node. this function should be implemented according to test framework. such as Selenium.