how to generate http report by command line by SoapUI free version
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2017
07:39 PM
12-18-2017
07:39 PM
how to generate http report by command line by SoapUI free version
I'm try to generate a html report by soapUI open source.
I use command:
testrunner.bat -FHTML -R"JUnit-Style HTML Report" projectname.xml
or
testrunner.bat -R"JUnit-Style HTML Report" projectname.xml
but I didn't work.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2017
06:33 PM
12-19-2017
06:33 PM
Using command line, it only generates Junit xml report.
In order to generate html report, you need to transform it from xml to html to see nice report.
In order to do that, you could write apache-ant build script.
If you like to use, docker image, that is readily available. All you need to do is provide your project and specify where to generate the report.
For more details, see below thread.
https://community.smartbear.com/t5/SoapUI-Open-Source/Docker-Image-for-SoapUI-5-4-0/m-p/154860/highl...
Regards,
Rao.
In order to generate html report, you need to transform it from xml to html to see nice report.
In order to do that, you could write apache-ant build script.
If you like to use, docker image, that is readily available. All you need to do is provide your project and specify where to generate the report.
For more details, see below thread.
https://community.smartbear.com/t5/SoapUI-Open-Source/Docker-Image-for-SoapUI-5-4-0/m-p/154860/highl...
Regards,
Rao.
