logtalk_allure_report - Logtalk script for generating Allure reports
logtalk_allure_report -v logtalk_allure_report is a script for generating Allure reports. Requires running first the logtalk_tester script using the -f xunit (or -f xunit_net_v2) command-line option.
-v Print script version.
-d The directory containing the tests (i.e. the directory where the logtalk_tester script was run; default is the current directory).
-i Directory where to collect the test results (i.e. the xUnit reports) for generating the report (default is ./allure-results).
-o Directory where the report is to be saved (default is ./allure-report).
-t Report title (default is "Allure Report"; this option is ignored when using the -p option).
-p Preprocess results but do not generate report. Useful when the actual generatation of the report is delegated to e.g. a Docker service or a Jenkins plug-in.
-- Environment pairs (key1=value1 key2=value2 ...). Used to generate an environment.properties for adding additional information to the generated report.
-h Provide help on script usage.
0 Allure report successfully created.
Run all tests on the current directory and sub-directories using the GNU Prolog backend (saving the test results in the required xUnit format), generate the Allure report, and open the report for browsing: logtalk_tester -p gnu -f xunit Tested using Allure 2.13.8.
The Allure website at http://allure.qatools.ru
The Logtalk website at https://logtalk.org/
The Logtalk User and Reference Manuals at $LOGTALKHOME/manuals/index.html
Paulo Moura <pmoura@logtalk.org>
Copyright (c) 1998-2021 Paulo Moura.
This HTML page was made with roffit.
logtalk_allure_report [-d tests] [-i results] [-o report] [-t title] [-p] [-- environment pairs]
logtalk_tester -h
DESCRIPTION
OPTIONS
EXIT STATUS
EXAMPLES
logtalk_allure_report
allure open
IMPLEMENTATION NOTES
SEE ALSO
AUTHOR
COPYRIGHT