Mulugruntz / htmltester

A draft about testing HTML pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

htmltester

The original elegant idea with descriptors comes from Stéphane Wirtel :). Thanks!

Goal

A draft about testing HTML pages.

It makes it possible to test HTML pages only changing a config (JSON) file.

To install

You will need Python 3.7: https://www.python.org/downloads/

Then, install pipenv: https://pipenv.readthedocs.io/en/latest/

#Windows
C:\path\to\python.exe -m pip install pipenv

#Linux / Mac
python -m pip install pipenv

Then install the tool's dependencies:

pipenv install

To run

pipenv run python htmltester.py

About

A draft about testing HTML pages

License:MIT License


Languages

Language:Python 100.0%