You can generate a web page with all the test case descriptions using the following command:
# buddy -web > test-summary-full.htm
The file test-summary-full.htm will now contain descriptions of all the test cases for your version of CDRouter. This file can be viewed with any web browser.
To produce a summary of the test descriptions only, use the -summary flag along with the -web flag. When the -summary option is used, the steps for each test case are not included in the output.
# buddy -web -summary > test-summary.htm