Forum Discussion

masta's avatar
masta
New Contributor
6 years ago

Error Code creating JUnit Report

I wanna create a JUnit Test report with Apache Ant (I use the free version of Soap UI). The problem I have is when I enter the command in the cmd I get following error: 

 

[exec] SoapUI 5.5.0 TestCase Runner
[exec] usage: testrunner [options] <soapui-project-file>
[exec] -A Turns on exporting of all results using folders instead of
[exec] long filenames
[exec] -a Turns on exporting of all results
[exec] -c <arg> Sets the testcase
[exec] -D <arg> Sets system property with name=value
[exec] -d <arg> Sets the domain
[exec] -e <arg> Sets the endpoint
[exec] -f <arg> Sets the output folder to export results to
[exec] -G <arg> Sets global property with name=value
[exec] -H <arg> Adds a custom HTTP Header to all outgoing requests
[exec] (name=value), can be specified multiple times
[exec] -h <arg> Sets the host
[exec] -I Do not stop if error occurs, ignore them
[exec] -i Enables Swing UI for scripts
[exec] -J Sets the output to include JUnit XML reports adding test
[exec] properties to the report
[exec] -j Sets the output to include JUnit XML reports
[exec] -M Creates a Test Run Log Report in XML format
[exec] -m Sets the maximum number of TestStep errors to save for each
[exec] testcase
[exec] -P <arg> Sets or overrides project property with name=value
[exec] -p <arg> Sets the password
[exec] -r Prints a small summary report
[exec] -S Saves the project after running the tests
[exec] -s <arg> Sets the testsuite
[exec] -t <arg> Sets the soapui-settings.xml file to use
[exec] -u <arg> Sets the username
[exec] -v <arg> Sets password for soapui-settings.xml file
[exec] -w <arg> Sets the WSS password type, either 'Text' or 'Digest'
[exec] -x <arg> Sets project password for decryption if project is encrypted
[exec] Missing SoapUI project file..
[exec] Result: -1

 

I tried to do file in the orderer where the reporst should be created but still get the same error.

Does anyone know how to fix that?

 

Best regards,

Jan