File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
src/main/resources/com/aventstack/extentreports/templates/commons Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 5.0.6] ( https://github.com/extent-framework/extentreports-java/compare/v5.0.5...v5.0.6 )
2+
3+ #### Issues Resolved
4+ - [ #265 ] ( /issues/265 ) Alignment issue in authors table in the dashboard view
5+ - [ #273 ] ( /issues/273 ) ExtentKlovReporter: incorrect order for default @AllArgsConstructor of KlovMedia
6+ - [ #274 ] ( /issues/274 ) ExtentTest does not propagate generated-log to listener
7+
8+ #### New Features
9+ - [ #271 ] ( /issues/271 ) Update gherkin-languages.json
10+
111## [ 5.0.5] ( https://github.com/extent-framework/extentreports-java/compare/v5.0.4...v5.0.5 )
212
313#### Issues Resolved
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.aventstack</groupId >
77 <artifactId >extentreports</artifactId >
8- <version >5.0.6-SNAPSHOT </version >
8+ <version >5.0.6</version >
99
1010 <name >ExtentReports</name >
1111 <url >www.extentreports.com</url >
Original file line number Diff line number Diff line change 55
66 <groupId >com.aventstack</groupId >
77 <artifactId >klov-reporter</artifactId >
8- <version >5.0.5 </version >
8+ <version >5.0.6 </version >
99 <name >klov-reporter</name >
10+
1011 <url >www.extentreports.com</url >
1112 <description >Reporter for Klov Server</description >
1213 <packaging >jar</packaging >
4344 <dependency >
4445 <groupId >com.aventstack</groupId >
4546 <artifactId >extentreports</artifactId >
46- <version >5.0.5 </version >
47+ <version >5.0.6 </version >
4748 </dependency >
4849 <dependency >
4950 <groupId >org.mongodb</groupId >
Original file line number Diff line number Diff line change 1212 chartHeight="90"
1313 chartBoxHeight="94"
1414 displayEvents=true>
15- <#if config.theme?? ><#assign theme=config.theme?lower_case ></#if >
15+ <#if ( config.theme) ?? ><#assign theme=config.theme?lower_case ></#if >
1616<#if config.offlineMode?? ><#assign offline=config.offlineMode ></#if >
1717<#if report.stats.analysisStrategy=="SUITE" >
1818 <#assign
You can’t perform that action at this time.
0 commit comments