Skip to end of metadata
Go to start of metadata

Overview

This document refers to the demo that ships with XHarness. When you download XHarness, you can find the demo in the "demo" subdirectory.

The XHarness task definitions

In order to use any of the XHarness tasks and types in your ant build file, you have to declare their names and the classes that implement them. For this, the xharness.jar ships with two properties files, that do this for you. To load the properties files ad the following to your build.xml:

Alteratively, you can copy the xharness.jar into the lib directory of your ant installation and then include the task definitions like this:

Or you include the file etc/xharness.xml as an XML entity:

The XHarness test descriptors

...coming soon...

Running the demo

To run the demo, simply run the ant build file:

The result

Once you've run the demo, the aggegated HTML result is located in the directory demo/results/latest/html.

It will look look like this.

Labels
  • None