Forum Discussion

Deepak15's avatar
Deepak15
New Member
8 years ago

Not able to generate the PDF report while using testrunner script in linux env.

Not able to generate the PDF report while using testrunner script in linux env.

Here is command I have used 

./testrunner.sh "-sABC Testsuite" "-fXXXXX/bin" -o "-RTestSuite Report" -FPDF "-EDefault environment" "XXXX.xml"

1 Reply

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    Hi Deepak15,

     

    According to this article, the runner can ignore the -F parameter depending on the value of the -R parameter. I've checked and found out that -R can accept only the following three values:

    1. TestCase Report
    2. JUnit-Style HTML Report
    3. Data Export

    However, you are trying to pass TestSuite Report to -R. The runner doesn't accept this value. You need to pass the TestCase Report value to the -R parameter.

     

    Please refer to the article I mentioned earlier for more information.