Forum Discussion

Sandyapitester's avatar
Sandyapitester
Frequent Contributor
7 years ago

maven with soapui build execution need to maven report

Hi All,

 

Am new to maven with soapui,

 

I am looking for a solution to run the soapui build in maven using eclipse as well need maven pdf report.

 

It's possible if yes please guide me to achieve the execution

 

1. Need to move my soapui build(Functional + DB Testcase) in my maven project?

2.what are the plugin is required to config in pom .xml while using soapui 5.3.1/ soapui pro?

3.while execution the soapui build in maven project it's possible to get the maven report or junit report and pie chart report too?

4.it's possible to convert in my automation report in pdf format?

5.need to attach the pdf report in jenkins

 

Am looking forward your valuable import it would be more helpful to achieve my project completion

 

Step done:

 

soapui version 5.3.1

 

1.Soapui Project name: testmavenproject.xml (which has db and functional test cases)

 

2.maven project created : 

 

pom.xml file

 

project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.codebind</groupId>
<artifactId>maven-soapui</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>

</project>

 

3.Jenkins job created