Forum Discussion
Clear_Capital__
12 years agoContributor
redfish4ktc2
ran from UI with J-unit style report , it generates junit style HTML report from UI as wells as shell ! yay !
it also splits out txt based request / responses for each steps
./testrunner.sh -r -a -j -f/Users/jgujarati/Documents/CORE_API/SoapUI_Test_Projects/Reports -R"TestSuite Report" -EDefault /Users/jgujarati/Documents/CORE_API/SoapUI_Test_Projects/Core_API_REST_SoapUI_Project.xml
with J unit style not selected , it generates just the txt report for each steps . (Works for both for both UI and shell)
./testrunner.sh -r -a -f/Users/myusername/Documents/CORE_API/SoapUI_Test_Projects/Reports -R"TestSuite Report" -EDefault /Users/myusername/Documents/CORE_API/SoapUI_Test_Projects/Core_API_REST_SoapUI_Project.xml
it seems to ignore -F option in either case. Tried both -FPDF and -HTML.
junit html report does not contain the request and responses , is that something I will need to configure or should expect out of the box ? With what I have now, its good enough for now. (I would like to see very user friendly request and responses in xml , or the Json format in my REST service here.
thanks for being persistently very helpful, help solve my issue. HIGHLY appreciate it.
@Marcus
please take a note of these developments. Thanks.
ran from UI with J-unit style report , it generates junit style HTML report from UI as wells as shell ! yay !
it also splits out txt based request / responses for each steps
./testrunner.sh -r -a -j -f/Users/jgujarati/Documents/CORE_API/SoapUI_Test_Projects/Reports -R"TestSuite Report" -EDefault /Users/jgujarati/Documents/CORE_API/SoapUI_Test_Projects/Core_API_REST_SoapUI_Project.xml
with J unit style not selected , it generates just the txt report for each steps . (Works for both for both UI and shell)
./testrunner.sh -r -a -f/Users/myusername/Documents/CORE_API/SoapUI_Test_Projects/Reports -R"TestSuite Report" -EDefault /Users/myusername/Documents/CORE_API/SoapUI_Test_Projects/Core_API_REST_SoapUI_Project.xml
it seems to ignore -F option in either case. Tried both -FPDF and -HTML.
junit html report does not contain the request and responses , is that something I will need to configure or should expect out of the box ? With what I have now, its good enough for now. (I would like to see very user friendly request and responses in xml , or the Json format in my REST service here.
thanks for being persistently very helpful, help solve my issue. HIGHLY appreciate it.
@Marcus
please take a note of these developments. Thanks.