https://github.com/robotframework/htmlchecker
Robot Framework test library for running checks and validations on HTML files
https://github.com/robotframework/htmlchecker
Last synced: 4 months ago
JSON representation
Robot Framework test library for running checks and validations on HTML files
- Host: GitHub
- URL: https://github.com/robotframework/htmlchecker
- Owner: robotframework
- License: apache-2.0
- Archived: true
- Created: 2011-03-08T14:54:41.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-12-27T10:59:38.000Z (about 13 years ago)
- Last Synced: 2024-09-27T10:41:19.587Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 187 KB
- Stars: 12
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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`