how to generate html test reports in squish using java script? I have a test suite in squish and i would like to create a test report in html format. I have developed the test suite in java script.
Asked
Active
Viewed 1,407 times
1 Answers
0
To generate HTML reports, simply invoke the squishrunner
program with the --reportgen
option, passing html
as the report generator. For example:
squishrunner --testsuite C:\Tests\suite_mysuite --reportgen html,C:\Report\

Frerich Raabe
- 90,689
- 19
- 115
- 207