|
| 1 | +## [5.0.2](https://github.com/extent-framework/extentreports-java/compare/v5.0.1...v5.0.2) |
| 2 | + |
| 3 | +#### Issues Resolved |
| 4 | +- [#103](/issues/103) Add missing lightbox for base64 screenshots |
| 5 | +- [#220](/issues/220) Add missing tags for child tests |
| 6 | +- [#222](/issues/222) Removed TestNG from main scope and added under `test` |
| 7 | +- [#226](/issues/226) Perform null check for SystemEnvInfo elements |
| 8 | +- [#227](/issues/227) Change SKIP priority to be higher than WARN |
| 9 | + |
| 10 | +#### New Features |
| 11 | +- [#223](/issues/223) Added attribute (tag) details for Klov |
| 12 | +- [#224](/issues/224) All tags will be propagated down the test tree. An attribute assigned to a parent test |
| 13 | + would automatically be assigned to a child test also. |
| 14 | +- [#225](/issues/225) All attribute views (Author, Device, Tag) now use the same template |
| 15 | +- [#231](/issues/231) Exceptions from log will be assigned to its owning test |
| 16 | + |
1 | 17 | ## [5.0.1](https://github.com/extent-framework/extentreports-java/compare/v5.0.0...v5.0.1) |
2 | 18 |
|
3 | 19 | #### Issues Resolved |
4 | | -- [#103](../issues/103) Clicking base64 images does not fire lightbox |
| 20 | +- [#103](/issues/103) Clicking base64 images does not fire lightbox |
5 | 21 | - KlovReporter uses the ExtentReports 5.0.0-SNAPSHOT dependency, revert to RELEASE |
6 | | -- [#191](../issues/191) Navigation from Attributes/Exceptions views to test for BDD |
| 22 | +- [#191](/issues/191) Navigation from Attributes/Exceptions views to test for BDD |
7 | 23 |
|
8 | 24 | ## [5.0.0](https://github.com/extent-framework/extentreports-java/compare/v4.1.6...v5.0.0) |
9 | 25 |
|
10 | 26 | #### New Features |
11 | | -- [#47](../issues/47) Anchors for each test |
12 | | -- [#150](../issues/150) Unused status from charts will not be displayed |
13 | | -- [#152](../issues/152) Spark: Author view |
14 | | -- [#153](../issues/153) Spark: Device view |
15 | | -- [#157](../issues/157) Spark: Add TestRunnerLogs view |
16 | | -- [#168](../issues/168) Spark: Navigation from attributes pages (tags, exception) to Tests View |
17 | | -- [#173](../issues/173) Spark: Allow configuration to select view order, Dashboard view as primary |
18 | | -- [#176](../issues/176) Apply Status filters to report |
19 | | -- [#177](../issues/177) Minified templates (> 10% reduction in file size) |
20 | | -- [#184](../issues/184) Reporter::loadExternalConfiguration with json file |
21 | | -- [#188](../issues/188) Display upto 4 `pre` blocks on a single row |
22 | | -- [#191](../issues/191) Navigation from Tags/Exception pages to nested steps |
23 | | -- [#213](../issues/213) Toggle theme from URI component using '#theme=' |
24 | | -- [#215](../issues/215) A test removed from the report will also be removed from MongoDB (Klov) |
| 27 | +- [#47](/issues/47) Anchors for each test |
| 28 | +- [#150](/issues/150) Unused status from charts will not be displayed |
| 29 | +- [#152](/issues/152) Spark: Author view |
| 30 | +- [#153](/issues/153) Spark: Device view |
| 31 | +- [#157](/issues/157) Spark: Add TestRunnerLogs view |
| 32 | +- [#168](/issues/168) Spark: Navigation from attributes pages (tags, exception) to Tests View |
| 33 | +- [#173](/issues/173) Spark: Allow configuration to select view order, Dashboard view as primary |
| 34 | +- [#176](/issues/176) Apply Status filters to report |
| 35 | +- [#177](/issues/177) Minified templates (> 10% reduction in file size) |
| 36 | +- [#184](/issues/184) Reporter::loadExternalConfiguration with json file |
| 37 | +- [#188](/issues/188) Display upto 4 `pre` blocks on a single row |
| 38 | +- [#191](/issues/191) Navigation from Tags/Exception pages to nested steps |
| 39 | +- [#213](/issues/213) Toggle theme from URI component using '#theme=' |
| 40 | +- [#215](/issues/215) A test removed from the report will also be removed from MongoDB (Klov) |
25 | 41 |
|
26 | 42 | #### Issues Resolved |
27 | | -- [#131](../issues/131) Merging two html extent Reports works but Category view gets overwritten |
28 | | -- [#161](../issues/161) Merging ExtentSpark 4.1.5 Reports causing the existing base64 image removed |
29 | | -- [#169](../issues/169) Fix SparkReporter shortcuts |
30 | | -- [#197](../issues/197) MarkupHelper::codeBlock has extra indentation on the first line |
31 | | -- [#208](../issues/208) Show title text for screencaptures |
| 43 | +- [#131](/issues/131) Merging two html extent Reports works but Category view gets overwritten |
| 44 | +- [#161](/issues/161) Merging ExtentSpark 4.1.5 Reports causing the existing base64 image removed |
| 45 | +- [#169](/issues/169) Fix SparkReporter shortcuts |
| 46 | +- [#197](/issues/197) MarkupHelper::codeBlock has extra indentation on the first line |
| 47 | +- [#208](/issues/208) Show title text for screencaptures |
32 | 48 |
|
33 | 49 | ## [4.1.7](https://github.com/extent-framework/extentreports-java/compare/v4.1.6...v4.1.7) |
34 | 50 | #### Fixes |
|
0 commit comments