extent-framework/extentreports-java (com.aventstack:extentreports)
### [`v5.1.1`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#511)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.1.0...v5.1.1)
##### Issues Resolved
- [#331](/issues/331) Fixes issue parsing Throwable on JDK 17
##### New Features
- [#393](/issues/393) Adds circular auto-scroll to failing nodes or events
### [`v5.1.0`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#510---JDK11)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.9...v5.1.0)
##### Issues Resolved
- [#366](/issues/366) removeTest deletes the test case, but not in the statistics entry in the category tags
- [#366](/pull/378) Resolves vulnerabilities
- com.google.code.gson » gson from 2.8.6 to 2.10.1
- io.reactivex.rxjava3 » rxjava from 3.0.4 to 3.1.6
- org.freemarker » freemarker from 2.3.30 to 2.3.32
- org.projectlombok » lombok from 1.18.12 to 1.18.26
- org.testng » testng from 7.3.0 to 7.7.1
##### New Features
- [#386](/issues/386) Setting to prevent report from repeat displaying a retried test
- [#379](/issues/379) New ExtentTest method: log(Status status, Markup markup, Media media)
- [#364](/pull/364) Adds the test description to the card body
### [`v5.0.9`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#509)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.8...v5.0.9)
##### Issues Resolved
- [#305](/issues/305) Fix HttpClient version-4.5.2 vulnerability
- [#310](/issues/310) Remove RawGit hosted templates
- [377354](/commit/99fa74ba6c745262ba17f66c11e39d0569377354) Update test status using generatedLog
### [`v5.0.8`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#508)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.7...v5.0.8)
##### Issues Resolved
- [#292](/issues/292) SparkReporter - Exceptions - Overall count of failed tests is not correct
- [#293](/issues/293) SparkReporter - Timestamps - Datetime formats are not unified
- [#297](/issues/297) Nodes: improve node meta-info
##### New Features
- [#295](/issues/295) KlovReporter: Expose MongoClient
### [`v5.0.7`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#507)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.6...v5.0.7)
##### Issues Resolved
- [#250](/issues/250) ConcurrentModificationException in ReportStats
- [#261](/issues/261) Fix issue with table creation from POJOs
- [#275](/issues/275) setEncoding not working on ExtentSparkReporter on 5.0.6
- [#282](/issues/282) Category tags are being duplicated if multiple tests have same tag
### [`v5.0.6`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#506)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.5...v5.0.6)
##### Issues Resolved
- [#265](/issues/265) Alignment issue in authors table in the dashboard view
- [#273](/issues/273) ExtentKlovReporter: incorrect order for default [@AllArgsConstructor](https://togithub.com/AllArgsConstructor) of KlovMedia
- [#274](/issues/274) ExtentTest does not propagate generated-log to listener
##### New Features
- [#271](/issues/271) Update gherkin-languages.json
### [`v5.0.5`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#505)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.4...v5.0.5)
##### Issues Resolved
- [#247](/issues/247) Spark Report - Wrong test durations displayed in tests tab
- [#259](/issues/259) ExtentSparkReporter constructor throws NullPointerException if path argument don\`t contains parrent fodler
- [#267](/issues/267) Spark-css.css uses a googleapis.com import causing offline reports to attempt external connection
##### New Features
- [#269](/issues/269) KlovReporter: provide ability to specify a database name
### [`v5.0.4`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#504)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.3...v5.0.4)
##### Issues Resolved
- [#240](/issues/240) Change static URI anchor behavior
- [#246](/issues/246) Collapse all nodes other than failure
- [#252](/issues/252) Nodes were using status color from the parent node
- [#235](/issues/235) [#236](/issues/236) Style updates
##### New Features
- [#233](/issues/233) ExtentSparkReporter does not show timeline in dashboard view
### [`v5.0.3`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#503)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.2...v5.0.3)
##### Issues Resolved
- [#232](/issues/232) Display duration for child tests
- [#235](/issues/235) Critical: KlovReporter fails to upload ScreenCapture for events
### [`v5.0.2`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#502)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.1...v5.0.2)
##### Issues Resolved
- [#103](/issues/103) Add missing lightbox for base64 screenshots
- [#220](/issues/220) Add missing tags for child tests
- [#222](/issues/222) Removed TestNG from main scope and added under `test`
- [#226](/issues/226) Perform null check for SystemEnvInfo elements
- [#227](/issues/227) Change SKIP priority to be higher than WARN
##### New Features
- [#223](/issues/223) Added attribute (tag) details for Klov
- [#224](/issues/224) All tags will be propagated down the test tree. An attribute assigned to a parent test
would automatically be assigned to a child test also.
- [#225](/issues/225) All attribute views (Author, Device, Tag) now use the same template
- [#231](/issues/231) Exceptions from log will be assigned to its owning test
### [`v5.0.1`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#501)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.0...v5.0.1)
##### Issues Resolved
- [#103](/issues/103) Clicking base64 images does not fire lightbox
- KlovReporter uses the ExtentReports 5.0.0-SNAPSHOT dependency, revert to RELEASE
- [#191](/issues/191) Navigation from Attributes/Exceptions views to test for BDD
### [`v5.0.0`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#500)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.7...v5.0.0)
##### New Features
- [#47](/issues/47) Anchors for each test
- [#150](/issues/150) Unused status from charts will not be displayed
- [#152](/issues/152) Spark: Author view
- [#153](/issues/153) Spark: Device view
- [#157](/issues/157) Spark: Add TestRunnerLogs view
- [#168](/issues/168) Spark: Navigation from attributes pages (tags, exception) to Tests View
- [#173](/issues/173) Spark: Allow configuration to select view order, Dashboard view as primary
- [#176](/issues/176) Apply Status filters to report
- [#177](/issues/177) Minified templates (> 10% reduction in file size)
- [#184](/issues/184) Reporter::loadExternalConfiguration with json file
- [#188](/issues/188) Display upto 4 `pre` blocks on a single row
- [#191](/issues/191) Navigation from Tags/Exception pages to nested steps
- [#213](/issues/213) Toggle theme from URI component using '#theme='
- [#215](/issues/215) A test removed from the report will also be removed from MongoDB (Klov)
##### Issues Resolved
- [#131](/issues/131) Merging two html extent Reports works but Category view gets overwritten
- [#161](/issues/161) Merging ExtentSpark 4.1.5 Reports causing the existing base64 image removed
- [#169](/issues/169) Fix SparkReporter shortcuts
- [#197](/issues/197) MarkupHelper::codeBlock has extra indentation on the first line
- [#208](/issues/208) Show title text for screencaptures
### [`v4.1.7`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#417)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.6...v4.1.7)
##### Fixes
- \[[#193](https://togithub.com/extent-framework/extentreports-java/issues/193)] Unable to format the JSON code String in report
### [`v4.1.6`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#416)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.5...v4.1.6)
##### Fixes
- \[[#149](https://togithub.com/extent-framework/extentreports-java/issues/149)] Skipped count is not displaying in authors tag and category tag
- \[[#155](https://togithub.com/extent-framework/extentreports-java/issues/155)] Fixes Cmd+C key listener
- \[[#159](https://togithub.com/extent-framework/extentreports-java/issues/159)] Fixes ConcurrentModificationException
- \[[#167](https://togithub.com/extent-framework/extentreports-java/issues/167)] Clicking Extent Logo on top-left navigating to 404
### [`v4.1.5`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#415)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.4...v4.1.5)
##### Fixes
- \[[#139](https://togithub.com/extent-framework/extentreports-java/issues/139)] BDD: Feature must not be eligible to increment counts for TestAttributeContext, part of fix of [cucumber4-adapter#50](https://togithub.com/extent-framework/extentreports-cucumber4-adapter/issues/50)
- \[[#143](https://togithub.com/extent-framework/extentreports-java/issues/143)] Fix issue with a long node name breaking view (Spark)
- \[[#144](https://togithub.com/extent-framework/extentreports-java/issues/144)] Fix Skipped status colors in charts
- \[[#145](https://togithub.com/extent-framework/extentreports-java/issues/145)] ExtentKlovReporter adds BasicConfiguration
### [`v4.1.4`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#414)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.3...v4.1.4)
##### Improvements
- \[[#114](https://togithub.com/extent-framework/extentreports-java/issues/114)] ExtentSparkReporter to display hierarchical name in tags view
- \[[#119](https://togithub.com/extent-framework/extentreports-java/issues/119)] ExtentSparkReporter to display thumbnail screenshots
- \[[#125](https://togithub.com/extent-framework/extentreports-java/issues/125)] ExtentSparkReporter displays clip icon for tests with leaf containing screenshots
- \[[#132](https://togithub.com/extent-framework/extentreports-java/issues/132)] ExtentSparkReporter to accept file-name instead of Index.html default
##### Fixes
- \[[#135](https://togithub.com/extent-framework/extentreports-java/issues/135)] ExtentSparkReporter issue with not parsing the `scripts` tag in config.xml
### [`v4.1.3`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#413)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.2...v4.1.3)
##### Improvements
- \[[#119](https://togithub.com/extent-framework/extentreports-java/issues/119)] `ExtentSparkReporter` now displays thumbnails as default
##### Fixes
- \[[#123](https://togithub.com/extent-framework/extentreports-java/issues/123)] Prevent class cast exception in `ExtentHtmlReporterConfiguration`
- \[[#124](https://togithub.com/extent-framework/extentreports-java/issues/124)] Fixes issue with `ExtentHtmlReporter` throwing freemarker errors due to image path being empty
##### Deprecation
- ExtentHtmlReporter has been deprecated. ExtentSparkReporter is the default reporter starting version 4 and it now supports SPA-style view by default.
### [`v4.1.2`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#412)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.1...v4.1.2)
##### Improvements
- \[[#114](https://togithub.com/extent-framework/extentreports-java/issues/114)] Tags tab lost a display of a full name of test
- ExtentKlovReporter can not be initialized with the `projectName`
##### Fixes
- \[[#115](https://togithub.com/extent-framework/extentreports-java/issues/115)] Fixes issue with Base64 strings not displaying
- \[[#121](https://togithub.com/extent-framework/extentreports-java/issues/121)] Fixes BDD SessionStats bug causing feature aggregates to be miscalculated
### [`v4.1.1`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#411)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.0...v4.1.1)
### [`v4.1.0`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#410)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.9...v4.1.0)
##### Improvements
- \[[#18](https://togithub.com/extent-framework/extentreports-java/issues/18)] Steps count in dashboard displays 0 even though there are logged steps
- \[[#94](https://togithub.com/extent-framework/extentreports-java/issues/94)] Cleanup tag view naming
- \[[#103](https://togithub.com/extent-framework/extentreports-java/issues/103)] AppendExisting functionality similar to version 3 API, via `JsonFormatter` and `ExtentReports::createDomainFromJsonArchive`:
```java
JsonFormatter json = new JsonFormatter("target/test.json");
extent.attachReporter(json);
extent.createDomainFromJsonArchive("target/test.json");
```
- \[[#107](https://togithub.com/extent-framework/extentreports-java/issues/107)] ExtentSparkReporter's default view is SPA, similar to V3HtmlReporter. This can be changed by instantiating as `new ExtentSparkReporter("dir", ViewStyle.DEFAULT);`
- \[[#108](https://togithub.com/extent-framework/extentreports-java/issues/108)] All resources migrated to jsDelivr
##### Fixes
- \[[#57](https://togithub.com/extent-framework/extentreports-java/issues/57)] ExtentKlovReporter: Screenshot cannot be saved in base64 format
- \[[#101](https://togithub.com/extent-framework/extentreports-java/issues/101)] Fixes Freemarker templating error
### [`v4.0.9`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#409)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.8...v4.0.9)
##### Improvements
- \[[#35](https://togithub.com/extent-framework/extentreports-java/issues/35)] HtmlReporter, BDD: description to appear as tooltip instead of newline
- {[#36](https://togithub.com/extent-framework/extentreports-java/issues/36)] SparkReporter: display ScenarioOutline children as toggles
- \[[#37](https://togithub.com/extent-framework/extentreports-java/issues/37)] SparkReporter: auto-size textarea on click
- \[[#42](https://togithub.com/extent-framework/extentreports-java/issues/42)] CategoryView status toggles
##### Fixes
- \[[#39](https://togithub.com/extent-framework/extentreports-java/issues/39)] Test case name overlap test case timestamp Spark Reporter
- \[[#40](https://togithub.com/extent-framework/extentreports-java/issues/40)] Author & device name don't have a background label
- \[[#43](https://togithub.com/extent-framework/extentreports-java/issues/43)] SparkReporter: issue with `setCSS` not working
### [`v4.0.8`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#408)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.7...v4.0.8)
##### Fixes
- \[[#31](https://togithub.com/extent-framework/extentreports-java/issues/31)] ExtentHtmlReporter does not display devices
- \[[#32](https://togithub.com/extent-framework/extentreports-java/issues/32)] ExtentSparkReporter freemarker issue when injecting custom js
- \[[#33](https://togithub.com/extent-framework/extentreports-java/issues/33)] ExtentSparkReporter dark theme fix
### [`v4.0.7`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#407)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.6...v4.0.7)
##### New
- ExtentSparkReporter
##### Fixes
- {[#6](https://togithub.com/extent-framework/extentreports-java/issues/6)] Invalid testEndTime and timeTaken
- \[[#21](https://togithub.com/extent-framework/extentreports-java/issues/21)] Adds ResourceCDN to use ExtentReports instead of cdn.rawgit
- \[[#24](https://togithub.com/extent-framework/extentreports-java/issues/24)] Timeline is broken because commas appear in duration
- \[[#29](https://togithub.com/extent-framework/extentreports-java/issues/29)] Embedded screenshot is missing in html report
- \[[#30](https://togithub.com/extent-framework/extentreports-java/issues/30)] Skipped tests not being displayed in HtmlReporter's tags view
- Issue with KlovReporter not uploaded base64 strings to the server
### [`v4.0.6`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#406)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.5...v4.0.6)
##### Fixes
- \[#testng-adapter-1] Fixes issue where test start and end times were created as per the IReporter time of execution
- \[[#12](https://togithub.com/extent-framework/extentreports-java/issues/12)] Chart increasing in size when resizing browser window
### [`v4.0.5`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#405)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.4...v4.0.5)
##### Improvements
- Several layout improvements for BDD view
##### Fixes
- Adds missing ScreenCapture for steps
### [`v4.0.4`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#404)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.3...v4.0.4)
##### Fixes
- Issue with BDD view showing charts in 2 rows
### [`v4.0.3`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#403)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.2...v4.0.3)
##### Fixes
- Fixes build configuration
### [`v4.0.2`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#402)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.1...v4.0.2)
##### New
- Add support for LoggerReporter to navigate from Category/Bug view to Test view
##### Fixes
- \[[#6](https://togithub.com/extent-framework/extentreports-java/issues/6)] Fix issue where total time taken was 0
- \[[#7](https://togithub.com/extent-framework/extentreports-java/issues/7)] Fix issue where markup was not parsed correctly in code blocks
### [`v4.0.1`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#401)
[Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.0...v4.0.1)
##### New
- \[[#4](https://togithub.com/extent-framework/extentreports-java/issues/4)] Add support for Asterisk (\*), BDD/Gherkin
- \[[#5](https://togithub.com/extent-framework/extentreports-java/issues/5)] Auto-size pre/textarea/code size upon click
##### Fixes
- Disable checking for media existence as its causing issue with several Cucumber1 users
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
3.1.5
->5.1.1
Release Notes
extent-framework/extentreports-java (com.aventstack:extentreports)
### [`v5.1.1`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#511) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.1.0...v5.1.1) ##### Issues Resolved - [#331](/issues/331) Fixes issue parsingThrowable
on JDK 17 ##### New Features - [#393](/issues/393) Adds circular auto-scroll to failing nodes or events ### [`v5.1.0`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#510---JDK11) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.9...v5.1.0) ##### Issues Resolved - [#366](/issues/366) removeTest deletes the test case, but not in the statistics entry in the category tags - [#366](/pull/378) Resolves vulnerabilities - com.google.code.gson » gson from 2.8.6 to 2.10.1 - io.reactivex.rxjava3 » rxjava from 3.0.4 to 3.1.6 - org.freemarker » freemarker from 2.3.30 to 2.3.32 - org.projectlombok » lombok from 1.18.12 to 1.18.26 - org.testng » testng from 7.3.0 to 7.7.1 ##### New Features - [#386](/issues/386) Setting to prevent report from repeat displaying a retried test - [#379](/issues/379) New ExtentTest method: log(Status status, Markup markup, Media media) - [#364](/pull/364) Adds the test description to the card body ### [`v5.0.9`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#509) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.8...v5.0.9) ##### Issues Resolved - [#305](/issues/305) Fix HttpClient version-4.5.2 vulnerability - [#310](/issues/310) Remove RawGit hosted templates - [377354](/commit/99fa74ba6c745262ba17f66c11e39d0569377354) Update test status using generatedLog ### [`v5.0.8`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#508) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.7...v5.0.8) ##### Issues Resolved - [#292](/issues/292) SparkReporter - Exceptions - Overall count of failed tests is not correct - [#293](/issues/293) SparkReporter - Timestamps - Datetime formats are not unified - [#297](/issues/297) Nodes: improve node meta-info ##### New Features - [#295](/issues/295) KlovReporter: Expose MongoClient ### [`v5.0.7`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#507) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.6...v5.0.7) ##### Issues Resolved - [#250](/issues/250) ConcurrentModificationException in ReportStats - [#261](/issues/261) Fix issue with table creation from POJOs - [#275](/issues/275) setEncoding not working on ExtentSparkReporter on 5.0.6 - [#282](/issues/282) Category tags are being duplicated if multiple tests have same tag ### [`v5.0.6`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#506) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.5...v5.0.6) ##### Issues Resolved - [#265](/issues/265) Alignment issue in authors table in the dashboard view - [#273](/issues/273) ExtentKlovReporter: incorrect order for default [@AllArgsConstructor](https://togithub.com/AllArgsConstructor) of KlovMedia - [#274](/issues/274) ExtentTest does not propagate generated-log to listener ##### New Features - [#271](/issues/271) Update gherkin-languages.json ### [`v5.0.5`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#505) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.4...v5.0.5) ##### Issues Resolved - [#247](/issues/247) Spark Report - Wrong test durations displayed in tests tab - [#259](/issues/259) ExtentSparkReporter constructor throws NullPointerException if path argument don\`t contains parrent fodler - [#267](/issues/267) Spark-css.css uses a googleapis.com import causing offline reports to attempt external connection ##### New Features - [#269](/issues/269) KlovReporter: provide ability to specify a database name ### [`v5.0.4`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#504) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.3...v5.0.4) ##### Issues Resolved - [#240](/issues/240) Change static URI anchor behavior - [#246](/issues/246) Collapse all nodes other than failure - [#252](/issues/252) Nodes were using status color from the parent node - [#235](/issues/235) [#236](/issues/236) Style updates ##### New Features - [#233](/issues/233) ExtentSparkReporter does not show timeline in dashboard view ### [`v5.0.3`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#503) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.2...v5.0.3) ##### Issues Resolved - [#232](/issues/232) Display duration for child tests - [#235](/issues/235) Critical: KlovReporter fails to upload ScreenCapture for events ### [`v5.0.2`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#502) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.1...v5.0.2) ##### Issues Resolved - [#103](/issues/103) Add missing lightbox for base64 screenshots - [#220](/issues/220) Add missing tags for child tests - [#222](/issues/222) Removed TestNG from main scope and added under `test` - [#226](/issues/226) Perform null check for SystemEnvInfo elements - [#227](/issues/227) Change SKIP priority to be higher than WARN ##### New Features - [#223](/issues/223) Added attribute (tag) details for Klov - [#224](/issues/224) All tags will be propagated down the test tree. An attribute assigned to a parent test would automatically be assigned to a child test also. - [#225](/issues/225) All attribute views (Author, Device, Tag) now use the same template - [#231](/issues/231) Exceptions from log will be assigned to its owning test ### [`v5.0.1`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#501) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v5.0.0...v5.0.1) ##### Issues Resolved - [#103](/issues/103) Clicking base64 images does not fire lightbox - KlovReporter uses the ExtentReports 5.0.0-SNAPSHOT dependency, revert to RELEASE - [#191](/issues/191) Navigation from Attributes/Exceptions views to test for BDD ### [`v5.0.0`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#500) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.7...v5.0.0) ##### New Features - [#47](/issues/47) Anchors for each test - [#150](/issues/150) Unused status from charts will not be displayed - [#152](/issues/152) Spark: Author view - [#153](/issues/153) Spark: Device view - [#157](/issues/157) Spark: Add TestRunnerLogs view - [#168](/issues/168) Spark: Navigation from attributes pages (tags, exception) to Tests View - [#173](/issues/173) Spark: Allow configuration to select view order, Dashboard view as primary - [#176](/issues/176) Apply Status filters to report - [#177](/issues/177) Minified templates (> 10% reduction in file size) - [#184](/issues/184) Reporter::loadExternalConfiguration with json file - [#188](/issues/188) Display upto 4 `pre` blocks on a single row - [#191](/issues/191) Navigation from Tags/Exception pages to nested steps - [#213](/issues/213) Toggle theme from URI component using '#theme=' - [#215](/issues/215) A test removed from the report will also be removed from MongoDB (Klov) ##### Issues Resolved - [#131](/issues/131) Merging two html extent Reports works but Category view gets overwritten - [#161](/issues/161) Merging ExtentSpark 4.1.5 Reports causing the existing base64 image removed - [#169](/issues/169) Fix SparkReporter shortcuts - [#197](/issues/197) MarkupHelper::codeBlock has extra indentation on the first line - [#208](/issues/208) Show title text for screencaptures ### [`v4.1.7`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#417) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.6...v4.1.7) ##### Fixes - \[[#193](https://togithub.com/extent-framework/extentreports-java/issues/193)] Unable to format the JSON code String in report ### [`v4.1.6`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#416) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.5...v4.1.6) ##### Fixes - \[[#149](https://togithub.com/extent-framework/extentreports-java/issues/149)] Skipped count is not displaying in authors tag and category tag - \[[#155](https://togithub.com/extent-framework/extentreports-java/issues/155)] Fixes Cmd+C key listener - \[[#159](https://togithub.com/extent-framework/extentreports-java/issues/159)] Fixes ConcurrentModificationException - \[[#167](https://togithub.com/extent-framework/extentreports-java/issues/167)] Clicking Extent Logo on top-left navigating to 404 ### [`v4.1.5`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#415) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.4...v4.1.5) ##### Fixes - \[[#139](https://togithub.com/extent-framework/extentreports-java/issues/139)] BDD: Feature must not be eligible to increment counts for TestAttributeContext, part of fix of [cucumber4-adapter#50](https://togithub.com/extent-framework/extentreports-cucumber4-adapter/issues/50) - \[[#143](https://togithub.com/extent-framework/extentreports-java/issues/143)] Fix issue with a long node name breaking view (Spark) - \[[#144](https://togithub.com/extent-framework/extentreports-java/issues/144)] Fix Skipped status colors in charts - \[[#145](https://togithub.com/extent-framework/extentreports-java/issues/145)] ExtentKlovReporter adds BasicConfiguration ### [`v4.1.4`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#414) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.3...v4.1.4) ##### Improvements - \[[#114](https://togithub.com/extent-framework/extentreports-java/issues/114)] ExtentSparkReporter to display hierarchical name in tags view - \[[#119](https://togithub.com/extent-framework/extentreports-java/issues/119)] ExtentSparkReporter to display thumbnail screenshots - \[[#125](https://togithub.com/extent-framework/extentreports-java/issues/125)] ExtentSparkReporter displays clip icon for tests with leaf containing screenshots - \[[#132](https://togithub.com/extent-framework/extentreports-java/issues/132)] ExtentSparkReporter to accept file-name instead of Index.html default ##### Fixes - \[[#135](https://togithub.com/extent-framework/extentreports-java/issues/135)] ExtentSparkReporter issue with not parsing the `scripts` tag in config.xml ### [`v4.1.3`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#413) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.2...v4.1.3) ##### Improvements - \[[#119](https://togithub.com/extent-framework/extentreports-java/issues/119)] `ExtentSparkReporter` now displays thumbnails as default ##### Fixes - \[[#123](https://togithub.com/extent-framework/extentreports-java/issues/123)] Prevent class cast exception in `ExtentHtmlReporterConfiguration` - \[[#124](https://togithub.com/extent-framework/extentreports-java/issues/124)] Fixes issue with `ExtentHtmlReporter` throwing freemarker errors due to image path being empty ##### Deprecation - ExtentHtmlReporter has been deprecated. ExtentSparkReporter is the default reporter starting version 4 and it now supports SPA-style view by default. ### [`v4.1.2`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#412) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.1...v4.1.2) ##### Improvements - \[[#114](https://togithub.com/extent-framework/extentreports-java/issues/114)] Tags tab lost a display of a full name of test - ExtentKlovReporter can not be initialized with the `projectName` ##### Fixes - \[[#115](https://togithub.com/extent-framework/extentreports-java/issues/115)] Fixes issue with Base64 strings not displaying - \[[#121](https://togithub.com/extent-framework/extentreports-java/issues/121)] Fixes BDD SessionStats bug causing feature aggregates to be miscalculated ### [`v4.1.1`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#411) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.1.0...v4.1.1) ### [`v4.1.0`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#410) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.9...v4.1.0) ##### Improvements - \[[#18](https://togithub.com/extent-framework/extentreports-java/issues/18)] Steps count in dashboard displays 0 even though there are logged steps - \[[#94](https://togithub.com/extent-framework/extentreports-java/issues/94)] Cleanup tag view naming - \[[#103](https://togithub.com/extent-framework/extentreports-java/issues/103)] AppendExisting functionality similar to version 3 API, via `JsonFormatter` and `ExtentReports::createDomainFromJsonArchive`: ```java JsonFormatter json = new JsonFormatter("target/test.json"); extent.attachReporter(json); extent.createDomainFromJsonArchive("target/test.json"); ``` - \[[#107](https://togithub.com/extent-framework/extentreports-java/issues/107)] ExtentSparkReporter's default view is SPA, similar to V3HtmlReporter. This can be changed by instantiating as `new ExtentSparkReporter("dir", ViewStyle.DEFAULT);` - \[[#108](https://togithub.com/extent-framework/extentreports-java/issues/108)] All resources migrated to jsDelivr ##### Fixes - \[[#57](https://togithub.com/extent-framework/extentreports-java/issues/57)] ExtentKlovReporter: Screenshot cannot be saved in base64 format - \[[#101](https://togithub.com/extent-framework/extentreports-java/issues/101)] Fixes Freemarker templating error ### [`v4.0.9`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#409) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.8...v4.0.9) ##### Improvements - \[[#35](https://togithub.com/extent-framework/extentreports-java/issues/35)] HtmlReporter, BDD: description to appear as tooltip instead of newline - {[#36](https://togithub.com/extent-framework/extentreports-java/issues/36)] SparkReporter: display ScenarioOutline children as toggles - \[[#37](https://togithub.com/extent-framework/extentreports-java/issues/37)] SparkReporter: auto-size textarea on click - \[[#42](https://togithub.com/extent-framework/extentreports-java/issues/42)] CategoryView status toggles ##### Fixes - \[[#39](https://togithub.com/extent-framework/extentreports-java/issues/39)] Test case name overlap test case timestamp Spark Reporter - \[[#40](https://togithub.com/extent-framework/extentreports-java/issues/40)] Author & device name don't have a background label - \[[#43](https://togithub.com/extent-framework/extentreports-java/issues/43)] SparkReporter: issue with `setCSS` not working ### [`v4.0.8`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#408) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.7...v4.0.8) ##### Fixes - \[[#31](https://togithub.com/extent-framework/extentreports-java/issues/31)] ExtentHtmlReporter does not display devices - \[[#32](https://togithub.com/extent-framework/extentreports-java/issues/32)] ExtentSparkReporter freemarker issue when injecting custom js - \[[#33](https://togithub.com/extent-framework/extentreports-java/issues/33)] ExtentSparkReporter dark theme fix ### [`v4.0.7`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#407) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.6...v4.0.7) ##### New - ExtentSparkReporter ##### Fixes - {[#6](https://togithub.com/extent-framework/extentreports-java/issues/6)] Invalid testEndTime and timeTaken - \[[#21](https://togithub.com/extent-framework/extentreports-java/issues/21)] Adds ResourceCDN to use ExtentReports instead of cdn.rawgit - \[[#24](https://togithub.com/extent-framework/extentreports-java/issues/24)] Timeline is broken because commas appear in duration - \[[#29](https://togithub.com/extent-framework/extentreports-java/issues/29)] Embedded screenshot is missing in html report - \[[#30](https://togithub.com/extent-framework/extentreports-java/issues/30)] Skipped tests not being displayed in HtmlReporter's tags view - Issue with KlovReporter not uploaded base64 strings to the server ### [`v4.0.6`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#406) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.5...v4.0.6) ##### Fixes - \[#testng-adapter-1] Fixes issue where test start and end times were created as per the IReporter time of execution - \[[#12](https://togithub.com/extent-framework/extentreports-java/issues/12)] Chart increasing in size when resizing browser window ### [`v4.0.5`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#405) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.4...v4.0.5) ##### Improvements - Several layout improvements for BDD view ##### Fixes - Adds missing ScreenCapture for steps ### [`v4.0.4`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#404) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.3...v4.0.4) ##### Fixes - Issue with BDD view showing charts in 2 rows ### [`v4.0.3`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#403) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.2...v4.0.3) ##### Fixes - Fixes build configuration ### [`v4.0.2`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#402) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.1...v4.0.2) ##### New - Add support for LoggerReporter to navigate from Category/Bug view to Test view ##### Fixes - \[[#6](https://togithub.com/extent-framework/extentreports-java/issues/6)] Fix issue where total time taken was 0 - \[[#7](https://togithub.com/extent-framework/extentreports-java/issues/7)] Fix issue where markup was not parsed correctly in code blocks ### [`v4.0.1`](https://togithub.com/extent-framework/extentreports-java/blob/HEAD/CHANGELOG.md#401) [Compare Source](https://togithub.com/extent-framework/extentreports-java/compare/v4.0.0...v4.0.1) ##### New - \[[#4](https://togithub.com/extent-framework/extentreports-java/issues/4)] Add support for Asterisk (\*), BDD/Gherkin - \[[#5](https://togithub.com/extent-framework/extentreports-java/issues/5)] Auto-size pre/textarea/code size upon click ##### Fixes - Disable checking for media existence as its causing issue with several Cucumber1 usersConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.