File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1- ## [ 4.10.0] ( https://github.com/extent-framework/extentreports-java/compare/v4.0.9...v4.1.0 )
1+ ## [ 4.1.2] ( https://github.com/extent-framework/extentreports-java/compare/v4.1.1...v4.1.2 )
2+ #### Improvements
3+ * [ #114 ] Tags tab lost a display of a full name of test
4+ * ExtentKlovReporter can not be initialized with the ` projectName `
5+
6+ #### Fixes
7+ * [ #115 ] Fixes issue with Base64 strings not displaying
8+ * [ #121 ] Fixes BDD SessionStats bug causing feature aggregates to be miscalculated
9+
10+ ## [ 4.1.1] ( https://github.com/extent-framework/extentreports-java/compare/v4.1.0...v4.1.1 )
11+
12+ ## [ 4.1.0] ( https://github.com/extent-framework/extentreports-java/compare/v4.0.9...v4.1.0 )
213#### Improvements
314* [ #18 ] Steps count in dashboard displays 0 even though there are logged steps
415* [ #94 ] Cleanup tag view naming
Original file line number Diff line number Diff line change 55
66 <groupId >com.aventstack</groupId >
77 <artifactId >extentreports</artifactId >
8- <version >4.1.2-SNAPSHOT </version >
8+ <version >4.1.2</version >
99
1010 <name >extentreports</name >
1111 <url >www.extentreports.com</url >
7575 <dependency >
7676 <groupId >org.testng</groupId >
7777 <artifactId >testng</artifactId >
78- <version >6.9.10 </version >
78+ <version >6.14.3 </version >
7979 <scope >test</scope >
8080 </dependency >
8181 </dependencies >
Original file line number Diff line number Diff line change 55
66 <groupId >com.aventstack</groupId >
77 <artifactId >extentreports</artifactId >
8- <version >4.1.2-SNAPSHOT </version >
8+ <version >4.1.2</version >
99
1010 <name >extentreports</name >
1111 <url >www.extentreports.com</url >
You can’t perform that action at this time.
0 commit comments