-1

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.

user1411
  • 11
  • 1
  • 9

1 Answers1

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