# HTMLChecker
**Repository Path**: mirrors_robotframework/HTMLChecker
## Basic Information
- **Project Name**: HTMLChecker
- **Description**: Robot Framework test library for running checks and validations on HTML files
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-18
- **Last Updated**: 2026-04-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
A [Robot Framework](http://robotframework.org) test library for running checks and validations on HTML files.
Downloads are available at https://github.com/robotframework/HTMLChecker/downloads
Developing
----------
[Paver](http://paver.github.com/paver/) is used as a build tool.
Available tasks are:
* `atest` - run the acceptance tests
* `doc` - create library documentation
* `dist` - create source distribution
* `bdist_wininst` - create graphical Windows installer (needs to run on a Windows box)
* `release` - runs `doc`, `sdist` and `git tag`
Version number is defined in `pavement.py`