header
header
Main Menu
Home
Eviware Store
Downloads
Products
News
Forum
Eviware Blog
Search
FAQs
Customer Area
Support
Documentation
Tutorials
CookBook
Downloads
Forum
Login Form
Welcome, Guest. Please login or register.
November 22, 2008, 01:53:50 am
Username: Password:
Login with username, password and session length

Forgot your password?
 
Generating JUnit style report from Maven
Welcome, Guest. Please login or register.
November 22, 2008, 01:53:50 am
Home Help Search Login Register
News: The Forums are up! Welcome to eviware.

+  Eviware Forum
|-+  soapUI
| |-+  soapUI
| | |-+  Generating JUnit style report from Maven
« previous next »
Pages: [1] Print
Author Topic: Generating JUnit style report from Maven  (Read 375 times)
bm
Newbie
*
Posts: 2


« on: May 29, 2008, 07:11:01 pm »

Is there a way to generate JUnit style reports directly from Maven, when executing functional tests.

Thanks!
Logged
omatzura
Administrator
Hero Member
*****
Posts: 1,425


« Reply #1 on: May 30, 2008, 08:00:55 am »

Hi!

use the junitReport setting in your config:

<junitReport>true</junitReport>

which will generate the corresponding report.xm file..

regards!

/Ole
eviware.com
Logged
bm
Newbie
*
Posts: 2


« Reply #2 on: May 30, 2008, 04:30:19 pm »

I did add the entry as suggested, but report is still not being generated.

pom.xml
...
<pluginRepositories>
   <pluginRepository>
      <id>eviwarePluginRepository</id>
      <url>http://www.eviware.com/repository/maven2/</url>
   </pluginRepository>
</pluginRepositories>
...
<build>
   <finalName>SimpleWebApp1</finalName>
   <plugins>
      <plugin>
         <groupId>eviware</groupId>
         <artifactId>maven-soapui-plugin</artifactId>
         <version>1.7.6</version>
         <configuration>
            <projectFile>soapui-project.xml</projectFile>
            <host>aHost:9080</host>
            <junitReport>true</junitReport>
         </configuration>
      </plugin>
   </plugins>
</build>
...

Command: mvn eviware:maven-soapui-plugin:test


Also, where can I find the complete list of all the configuration options for the maven-soapui-plugin?

Thanks
Logged
omatzura
Administrator
Hero Member
*****
Posts: 1,425


« Reply #3 on: May 30, 2008, 11:35:34 pm »

Hi,

please also specify an outputFolder, you can see a list of all available settings at http://www.soapui.org/plugin/maven2/properties.html. Also, please try upgrading to the 2.0.2 version to make sure that this wasn't a bug that has been fixed later on..

regards!

/Ole
eviware.com
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
header header
header
header