dequelabs / axe-core-nuget

Axe Core integration for C# .NET
18 stars 5 forks source link

Producing a report #124

Closed fomnus closed 10 months ago

fomnus commented 11 months ago

If you have a feature or rule request for axe-core, please open an issue in https://github.com/dequelabs/axe-core.

Which package is this feature for?

Feature description

Is it possible to still produce a html report of a run? in the old nuget you could run

AxeHtmlReportOptions reportOptions = new(reportDir: "C:\myReport"); AxeResults axeResults = await page.RunAxe(reportOptions: reportOptions);

dbjorge commented 10 months ago

Deque maintains HTML reporting functionality as part of our Axe DevTools products, so as part of porting the old C# libraries to Deque's namespace, the old library's HTML reporting functionality was split off to a different project.

We recommend using the Axe DevTools Reporter from your C# tests for this - that's the HTML reporter we actively maintain.