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:

htf <test-specifiers> -r https://report.server/project/example  # the url in your browser
htf <test-specifiers> -r https://report.server/project/example/token/4479723524bcb8a562e861cd8ef1998b431114ef4213e38b16dba026

a shorter form is also possible

htf <test-specifiers> -r https://report.server/example
htf <test-specifiers> -r https://report.server/example/4479723524bcb8a562e861cd8ef1998b431114ef4213e38b16dba026

It’s also possible to upload a report from the report-tool, as shown in the following example:

report-tool unittests.xml integrationtests.html -r https://report.server/project/example