Automated Testing Tools
This section will explain how to use the automated reporting tools
less than a minute
Installing Python Libraries required for reporting examples
To use the automatic reporting examples also jinja2 (http://jinja.pocoo.org/docs/2.10/) and pdfkit (https://pypi.org/project/pdfkit/) is required:
- Install via apt (reommended):
sudo apt install python3-jinja2 python3-pdfkit
Install via pip:
sudo pip3 install jinja2 pdfkit
- PDFKit also requires wkhtmltopdf (https://wkhtmltopdf.org/).
sudo apt install wkhtmltopdf