QABench htf Integration ======================= The Dashboard can be used with `QABench htf `_ (formerly known as HILSTER Testing Framework). .. warning:: To use this version of dashboard, you need at least ``htf-1.3.10`` or ``htf-2.0.6``. To upload a report directly from a test run, append the ``-r`` parameter to a htf command, followed by the server url: .. code-block:: bash htf -r https://report.server/project/example # the url in your browser htf -r https://report.server/project/example/token/4479723524bcb8a562e861cd8ef1998b431114ef4213e38b16dba026 a shorter form is also possible .. code-block:: bash htf -r https://report.server/example htf -r https://report.server/example/4479723524bcb8a562e861cd8ef1998b431114ef4213e38b16dba026 It's also possible to upload a report from the ``report-tool``, as shown in the following example: .. code-block:: bash report-tool unittests.xml integrationtests.html -r https://report.server/project/example