Hmm it should work, can you have a look to see what was put in your
<project_base_dir>\target\jmeter\bin
Directory. This is where the updated jmeter.properties should be placed.
--
You received this message because you are subscribed to the Google Groups "Maven JMeter Plugin Devs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to maven-jmeter-plugi...@googlegroups.com.
To post to this group, send an email to maven-jmeter...@googlegroups.com.
Visit this group at http://groups.google.com/group/maven-jmeter-plugin-devs.
For more options, visit https://groups.google.com/groups/opt_out.
+---+ <project> [...] <build> <plugins> <plugin> <groupId>com.lazerycode.jmeter</groupId> <artifactId>jmeter-maven-plugin</artifactId> <version>1.10.1</version> <executions> <execution> <id>jmeter-tests</id> <phase>verify</phase> <goals> <goal>jmeter</goal> </goals> <configuration> <resultsFileFormat>csv</resultsFileFormat> </configuration> </execution> </executions> </plugin> </plugins> </build> [...] </project> +---+
Can we set includecontroller.prefix as one of the jmeter properties.
A quick reply is greatly appreciated please.
I used the plugin and want to view my results in xml format. The configuration of my pom file also includes this:
<configuration>
<resultsFileFormat>xml</resultsFileFormat>
</configuration>
Still my results are in the csv format. Can you please help me with this issue and tell how to view the results in an xml format.
Thank You
Giri
have you got solution for view the results in an xml format. if yes please suggest me i am also facing same issue
--
You received this message because you are subscribed to the Google Groups "Maven JMeter Plugin Devs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to maven-jmeter-plugi...@googlegroups.com.
To post to this group, send an email to maven-jmeter...@googlegroups.com.
Visit this group at https://groups.google.com/group/maven-jmeter-plugin-devs.
For more options, visit https://groups.google.com/d/optout.
Thank you very much for quick reply, but its not working for me, can please more explain it . it will help me a-lot.