Generate an HTML Report from Testrunner
search cancel

Generate an HTML Report from Testrunner

book

Article ID: 48526

calendar_today

Updated On:

Products

CA Application Test CA Continuous Application Insight (PathFinder) Service Virtualization

Issue/Introduction

The -html or --htmlReport option lets you have Test Runner produce an HTML summary report for a test case. This option cannot be used for suites.

Environment

All supported DevTest releases.

Cause

N/A

Resolution

Generating an HTML report

To have the TestRunner produce an HTML report, use the -html or --htmlReport flags. The parameter after this flag needs to be a fully-qualified filename. For example:

  • TestRunner -html /some/directory/MyReport.html

Setting the Configuration

To define which configuration to use for a test run, use the -config or --configFile option. TestRunner does not understand LISA projects, so the fully-qualified path to the configuration file must be given. For example:

  • TestRunner -config /path/to/lisa/home/examples/Configs/examples.itko.com.config

Additional Information

Refer to section "Test Runner" in the documentation of the DevTest release you are running.