Skip to content

Releases: iamakshayshar/SoapUI-Extentter

Extentter-v5.1.1

04 Nov 05:52
f64a930
Compare
Choose a tag to compare

Extentter-v5.1

30 Oct 10:06
00d5dc4
Compare
Choose a tag to compare

Added support for formatting XML and JSON request and response
Fixed #20
Fixed #19
Code fixes to support JAVA11
Upgraded to Extent Reports 5.1.1

Extentter-v5.0

16 Oct 14:47
7b109ce
Compare
Choose a tag to compare
  • Fix for #17 | Added support for 5.7.1 version | Upgraded Extent Report version 5.0.9 by @iamakshayshar in #18

Full Changelog: v4.1...v5.0

Extentter-v4.2

01 Nov 08:20
0605e16
Compare
Choose a tag to compare

Fixed #14

What's Changed

Full Changelog: v4.1...Extentter-v4.2

v4.1

10 Mar 15:36
f99aef7
Compare
Choose a tag to compare

Full Changelog: v4.0...v4.1

What's Changed

Full Changelog: v4.0...v4.1

Extentter-v4.0

16 Sep 14:35
0cdb782
Compare
Choose a tag to compare

Release 4.0 Features:
Added Features:

  1. Added support for ReadyAPI version 3.9.0, 3.9.1, 3.9.2
  2. Added Support for Klov Reports along with Extent Report.
  3. Added support to add View for exceptions and categorized assertion failures to this new view in Extent Report.
  4. Updated Apache-2.0 License since version 4.0
  5. Updated Extentreport and dependencies to latest version (v5.0.8)
  6. Updated Extentreport HTML dashboard with more details from execution.

Bug Fixes:

  1. Fixed folder naming issues.
  2. Fixed configuration issues.

Extentter-v4.0-beta

13 Sep 14:35
Compare
Choose a tag to compare
Extentter-v4.0-beta Pre-release
Pre-release

Added Features:

  1. Added Support for Klov Reports along with Extent Report.
  2. Added support to add View for exceptions and categorized assertion failures to this new view in Extent Report.
  3. Updated Apache-2.0 License since version 4.0
  4. Updated Extentreport and dependencies to latest version (v5.0.8)
  5. Updated Extentreport HTML dashboard with more details from execution.

Bug Fixes:

  1. Fixed folder naming issues.
  2. Fixed configuration issues.

Extentter-v3.2

18 Aug 16:56
Compare
Choose a tag to compare

Added Features:

  1. If you want the project properties should not be added to Extent Report Dashboard, then configure project properties and add a property with the 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 is considered as TRUE. #2 suggestion implemented.
  2. Removed the logic of achieving the old report. Now the Report folder is created with the name "CurrentData_RandomNumber" so that it will always be unique.
  3. Feature to open the report in the default browser automatically at the end of the execution.

Other:

  1. Optimized code.
  2. Fixed known issues.

Extentter-v3.1

13 Aug 13:29
Compare
Choose a tag to compare

Issues & Fixes:

  1. Minor Bug fixed
  2. Code optimization.

Added Features:

  1. Added support of not showing Password in Extent Report dashboard if the project properties have Key contains word "Password" or "Pass". Fixed #1

Extentter-v3.0

21 Jul 08:16
Compare
Choose a tag to compare

Issues & Fixes:

  1. Fixed issues when JDBC steps are not present extent report sometimes is not generated and throws an exception
  2. Minor Bug fixed
  3. Code changes as per code optimization.
  4. Fix Issue, when REST endpoint is not reachable invalid report is generated.

Added Features:

  1. Added code for adding author information is extent report if present.