Skip to content

Runs accessibility test on the given page and coverts axe-core report to comprehensive html reports

License

Notifications You must be signed in to change notification settings

huaxing-yuan/axe-report-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Axe HtmlReport

Runs accessibility test on the given page and coverts axe-core report to comprehensive html reports

Example: Runs Analyze and Generate Report

This example creates a HtmlReportBuilder, runs Analyze using Axe.Core.Selenium and Generate a HtmlReport use default Settings:

var builder = new HtmlReportBuilder().WithSelenium(driver);
var result = builder.Convert(builder.Analyze());
var fileName = builder.Export(result);

About

Runs accessibility test on the given page and coverts axe-core report to comprehensive html reports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published