Automated Testing Tools

This section will explain how to use the automated reporting tools

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:

  1. Install via apt (reommended):
sudo apt install python3-jinja2 python3-pdfkit

Install via pip:

sudo pip3 install jinja2 pdfkit
  1. PDFKit also requires wkhtmltopdf (https://wkhtmltopdf.org/).
sudo apt install wkhtmltopdf