Enum OutputFormat
Output format of the test report.
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
public enum OutputFormat
Fields
| Name | Description |
|---|---|
| Html | HTML report and all resources in a folder. Ideal when accessibility testing is running locally. |
| Zip | HTML report and all resources compressed into a single file. Ideal when accessibility testing is part of a CI/CD pipeline. |