Render the results of your openQA tests directly in your CI. No need to have access to a full web UI. This is also handy to backup just the results without keeping all of the original data around.
The quickest way to run statiqa is via the container:
podman run -it --rm -v $(pwd):/w -w /w ghcr.io/kalikiana/statiqa/min:latestFor a typical development setup the necessary dependencies can be installed via poetry:
poetry install
poetry run pytest -v