python/self testing framework
- clone repo
- create python virtual environment:
python -m venv venv
- activate environment:
source venv/bin/activate
- install requirements:
pip install -r requierements.txt
- run tests:
pytest
make install
make test
,make-test-ui
etc. (see Makefile)
- after running
make test
reports will be generated under reports folder