C#/.NET library that adds HTML page validation to Atata using html-validate NPM package. Features: - Uses CLI of html-validate (https://html-validate.org/usage/cli.html) NPM package. - Validates HTML of Atata page objects. - Performs validation offline. - Supports different result formatters. - Supports custom validation rule sets by configuration files. - Saves HTML and validation results to artifact files. - Can produce either error or warning. The package targets .NET 8.0 and .NET Framework 4.6.2.
$ dotnet add package Atata.HtmlValidationNo README available.