Not able to generate the PDF report while using testrunner script in linux env.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2017
03:42 PM
01-04-2017
03:42 PM
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 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2017
11:41 PM
01-04-2017
11:41 PM
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:
- TestCase Report
- JUnit-Style HTML Report
- 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.
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
