Skip to content

Commit

Permalink
Added code for release 3.2 (Fix #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamakshayshar committed Aug 18, 2021
1 parent 55a3e6a commit 1aef003
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 116 deletions.
Binary file added Images/AddDataToReport_Properties-False.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/AddDataToReport_Properties-True.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ Although there is zero configuration required in SOAPUI project, but if you have

![alt text](https://github.com/iamakshayshar/SoapUI-Extentter/blob/master/Images/ExtentReport-Detailed.JPG?raw=true)

If you want the project properties should not be added to Extent Report Dashboard, then configure project properties and add property with name "AddDataToReport" and assign value to it as FALSE. The value for this property accepts only Boolean value and if the value is neither TRUE nor FALSE, then default it considered as TRUE.

If the value if TRUE, then the project properties are added to Extent Report Dashboard.

![alt text](https://github.com/iamakshayshar/SoapUI-Extentter/blob/master/Images/AddDataToReport_Properties-True.JPG?raw=true)

If the value if FALSE, then the project properties are NOT added to Extent Report Dashboard.

![alt text](https://github.com/iamakshayshar/SoapUI-Extentter/blob/master/Images/AddDataToReport_Properties-False.JPG?raw=true)

# AddOn with this utility:
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.

Expand Down
Loading

0 comments on commit 1aef003

Please sign in to comment.