You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by amela abadzic <am...@gmail.com> on 2007/12/05 22:20:10 UTC

JMeter Maven Plugin

When running jemter from maven using jmeter-maven plugin is there way to
cofigure the name of the result file, not just the result directory?

   <plugin>
        <groupId>org.apache.jmeter</groupId>
        <artifactId>maven-jmeter-plugin</artifactId>
        <executions>
          <execution>
            <phase>test</phase>
            <id>jmeter-tests</id>
          </execution>
        </executions>
        <configuration>
          <includes>
            <include>myTest1.jmx</include>
            <include>myTest2.jmx</include>
          </includes>
          <reportDir>target/jmeter/jmeter-reports</reportDir>
        </configuration>
      </plugin>

Thanks,
Amela