-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from iamakshayshar/feature/version-5.0
Fix for #17 | Added support for 5.7.1 version | Upgraded Extent Report version 5.1.1
- Loading branch information
Showing
12 changed files
with
34 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<tns:soapui-listeners xmlns:tns="http://eviware.com/soapui/config"> | ||
<!--This will initialize TestStep level reporting--> | ||
<tns:listener id="TestStepListener" listenerClass="com.soapuiutils.extentter.soapui.listener.ExtenterTestRunListener" | ||
<tns:listener id="TestStepListener" listenerClass="com.soapuiextentter.listener.ExtenterTestRunListener" | ||
listenerInterface="com.eviware.soapui.model.testsuite.TestRunListener" /> | ||
<!--This will initialize TestCase level reporting--> | ||
<tns:listener id="TestCaseListener" listenerClass="com.soapuiutils.extentter.soapui.listener.ExtenterTestSuiteRunListener" | ||
<tns:listener id="TestCaseListener" listenerClass="com.soapuiextentter.listener.ExtenterTestSuiteRunListener" | ||
listenerInterface="com.eviware.soapui.model.testsuite.TestSuiteRunListener" /> | ||
<!--This will initialize TestSuite level reporting--> | ||
<tns:listener id="TestSuiteListener" listenerClass="com.soapuiutils.extentter.soapui.listener.ExtenterProjectRunListener" | ||
<tns:listener id="TestSuiteListener" listenerClass="com.soapuiextentter.listener.ExtenterProjectRunListener" | ||
listenerInterface="com.eviware.soapui.model.testsuite.ProjectRunListener" /> | ||
</tns:soapui-listeners> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
## :pushpin: SOAPUI-Extentter (Important) | ||
The pro version for this utility have automatic EMAIL reporting. please email for further details. | ||
The pro version for this utility have some more features like Automatic Email Reporting. please email for further details. [Akshay Sharma](mailto:[email protected]) | ||
|
||
## :pushpin: Not Interested in Reading ? Watch video and setup | ||
[<img src="https://img.youtube.com/vi/IAefMoBb0nI/0.jpg" width="50%">](https://www.youtube.com/watch?v=IAefMoBb0nI "Integrate Extent Report with SOAPUI") | ||
|
||
|
||
## :pushpin: SOAPUI-Extentter | ||
This is an easy utility create to generate extent report based on SOAPUI project execution. This utility supports SOAPUI PROJECT execution report, SOAPUI TESTSUITE execution report and you can also generate SOAPUI Individual TestCase execution report. | ||
|
@@ -98,10 +102,10 @@ If the value if FALSE, then the project properties are NOT added to Extent Repor | |
As an addOn to this utility, I have also added code for data driven testing support inside SOAPUI. This git repo also have one sample project (calculator-soapui-project_Updated.xml) which have all the groovy code for data driven testing. | ||
|
||
## :pushpin: Support: | ||
* This utlity is tested with SOAPUI version 5.3.0, 5.4.0, 5.5.0 & 5.6.0. | ||
* This utlity is tested with SOAPUI version 5.3.0, 5.4.0, 5.5.0, 5.6.0, 5.7.0 & 5.7.1 | ||
* With version 4.0, this utility is supported and tested with ReadyAPI version 3.9.0, 3.9.1 & 3.9.2 | ||
* This utlity is testing on JAVA version "1.8.0_221". | ||
* This utlity is build on top of ExtentReport 5.0.8 | ||
* This utlity is build on top of ExtentReport 5.1.1 | ||
* This utility supports Klov Docker release 1.0.1 | ||
|
||
## :pushpin: License | ||
|
2 changes: 1 addition & 1 deletion
2
.../dataprovider/soapui/utils/CSVReader.java → ...xtentter/dataproviderUtils/CSVReader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ataprovider/soapui/utils/ExcelReader.java → ...entter/dataproviderUtils/ExcelReader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tils/dataprovider/soapui/utils/Hello.java → ...puiextentter/dataproviderUtils/Hello.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...utils/extentter/soapui/listener/Test.java → src/com/soapuiextentter/listener/Test.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tentter/soapui/service/SoapUIService.java → ...oapuiextentter/service/SoapUIService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters