Forum Discussion

Entersekt_Suppo's avatar
Entersekt_Suppo
Occasional Contributor
13 years ago

Load testing

Dear support team,

I would really like to have a load test report after running my load test in headless mode using maven.
From what I understand, the -R flag should be used in order to generate the report.
Below is my configuration, I'm unable to generate a report
Could you please check if this is a defect or a configuration error on my side ?

        <build>
<plugins>
<plugin>
<groupId>eviware</groupId>
<artifactId>maven-soapui-pro-plugin</artifactId>
<version>4.5.1</version>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<printReport>true</printReport>
<reportName>LoadTest Report</reportName>
<property>
<name>printReport</name>
<value>true</value>
</property>
<property>
<name>reportName</name>
<value>LoadTest Report</value>
</property>
<property>
<name>soapui.home</name>
<value>/Applications/soapUI-Pro-4.6.0.app/Contents/Resources/app/bin</value>
</property>



Thank you so much,
- michael