How to Use create_report Command Options (Cheat Sheet)
create_report command options.Usage
create_report [<options>] <inputdir>is used to generate a test report.create_report --helpdisplays all available command options and a brief guide on their usage.
Example
A report can be generated as follows, without using any options:
Windows
cd <XLT>\bin
./create_report.cmd ../results/20210221-112110
Linux
cd <XLT>/bin
./create_report.sh ../results/20210221-112110
List of Command Options
-ae --exclude-agents <agents>can be used for excluding a comma-separated list of agents.-ai --include-agents <agents>is used for including a comma-separated list of agents.-D <property=value>overrides a property from a file.-e,--exclude-testcases <test cases>excludes a comma-separated list of test cases.-from <time>ignores results generated before the given time. It can also be combined with-land-tofor defining a reporting timeframe.-i,--include-testcases <test cases>can be used to include a comma-separated list of test cases.-l <duration>utilizes results generated within the specified duration; must be used with the-fromor-tooption.-linkToResults <yes|no>controls whether to link to the result browsers.-noAgentCharts,--no-agent-chartsdisables the generation of agent charts.-noCharts,--no-chartsdisables the generation of all charts. It is also used for faster generation of reports.-noRampUpallows deciding whether to exclude the ramp-up phase.-o <dir>can be used for setting a custom output directory.-pf <property file>specifies a property file that overrides basic properties.-timezone <timezoneID>overrides the user’s default timezone while generating a test report.-to <time>ignores results generated after the given time.