Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/troywalshprof/seleniumaxehtmldotnet
Html tool that works with Deque.AxeCore.Selenium
https://github.com/troywalshprof/seleniumaxehtmldotnet
Last synced: about 2 months ago
JSON representation
Html tool that works with Deque.AxeCore.Selenium
- Host: GitHub
- URL: https://github.com/troywalshprof/seleniumaxehtmldotnet
- Owner: TroyWalshProf
- License: mit
- Created: 2024-01-20T17:37:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-03T22:06:47.000Z (5 months ago)
- Last Synced: 2024-12-24T22:03:20.340Z (about 2 months ago)
- Language: C#
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Basic info
- Html report that works with [Deque.AxeCore.Selenium](https://www.nuget.org/packages/Deque.AxeCore.Selenium)
- This is package will be deprecated once https://github.com/microsoft/html-reporter-for-axe-core-dotnet is released to Nuget.# TWP.Selenium.Axe.Html for .NET
[![NuGet package download counter](https://img.shields.io/nuget/dt/TWP.Selenium.Axe)](https://www.nuget.org/packages/TWP.Selenium.Axe.Html/)
[![Main pipeline](https://github.com/TroyWalshProf/SeleniumAxeHtmlDotnet/actions/workflows/mainPipeline.yml/badge.svg?branch=main)](https://github.com/TroyWalshProf/SeleniumAxeHtmlDotnet/actions/workflows/mainPipeline.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=TroyWalshProf_SeleniumAxeHtmlDotnet&metric=alert_status)](https://sonarcloud.io/dashboard?id=TroyWalshProf_SeleniumAxeHtmlDotnet)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=TroyWalshProf_SeleniumAxeHtmlDotnet&metric=coverage)](https://sonarcloud.io/dashboard?id=TroyWalshProf_SeleniumAxeHtmlDotnet)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=TroyWalshProf_SeleniumAxeHtmlDotnet&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=TroyWalshProf_SeleniumAxeHtmlDotnet)Automated web accessibility testing with .NET, C#, and Selenium. Wraps the [axe-core](https://github.com/dequelabs/axe-core) accessibility scanning engine and the [Selenium.WebDriver](https://www.seleniumhq.org/) browser automation framework.
Compatible with .NET Standard 2.0+, .NET Framework 4.7.1+, and .NET Core 2.0+.
## Documentation
* [Getting Started](https://troywalshprof.github.io/SeleniumAxeHtmlDotnet/#/?id=getting-started)
* [Creating a HTML report](https://troywalshprof.github.io/SeleniumAxeHtmlDotnet/#/?id=creating-a-html-report)
* [Contributing](https://troywalshprof.github.io/SeleniumAxeHtmlDotnet/#/?id=contributing)