Forum Discussion

bm's avatar
bm
New Contributor
16 years ago

Generating JUnit style report from Maven

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

Thanks!

3 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi!

    use the junitReport setting in your config:

    true

    which will generate the corresponding report.xm file..

    regards!

    /Ole
    eviware.com
  • bm's avatar
    bm
    New Contributor
    I did add the entry as suggested, but report is still not being generated.

    pom.xml
    ...


    eviwarePluginRepository
    http://www.eviware.com/repository/maven2/


    ...

    SimpleWebApp1


    eviware
    maven-soapui-plugin
    1.7.6

    soapui-project.xml
    aHost:9080
    true




    ...

    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