File tree Expand file tree Collapse file tree 8 files changed +17
-12
lines changed
Expand file tree Collapse file tree 8 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,13 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55
6- ## [ Unreleased] ( https://github.com/rajatthareja/ReportBuilder/compare/v1.8 ...master )
6+ ## [ Unreleased] ( https://github.com/rajatthareja/ReportBuilder/compare/v1.9 ...master )
77
8+ ## [ 1.9] ( https://github.com/rajatthareja/ReportBuilder/compare/v1.8...v1.9 ) - 2020-06-06
9+ ### Changed
10+ - Json 1.8.1 to 2.3.0
11+ - Include last fail run instead of first
12+ - [ Few other small changes] ( https://github.com/rajatthareja/ReportBuilder/compare/v1.8...v1.9 )
813
914## [ 1.8] ( https://github.com/rajatthareja/ReportBuilder/compare/v1.7...v1.8 ) - 2018-09-02
1015### Fixed
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = 'report_builder'
3- s . version = '1.8 '
3+ s . version = '1.9 '
44 s . bindir = 'bin'
55 s . summary = 'ReportBuilder'
66 s . description = 'Ruby gem to merge Cucumber JSON reports and build mobile-friendly HTML Test Report, JSON report and retry file.'
Original file line number Diff line number Diff line change 1010 < link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet ">
1111 < link href ="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css " rel ="stylesheet ">
1212 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css " media ="screen,projection "/>
13- < link href ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8 /css/report.builder.min.css " rel ="stylesheet ">
13+ < link href ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.9 /css/report.builder.min.css " rel ="stylesheet ">
1414
1515
1616</ head >
@@ -5484,7 +5484,7 @@ <h5>I am scenario with more steps (3.026s)</h5>
54845484 </ div >
54855485</ footer >
54865486
5487- < script type ="text/javascript " src ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8 /js/report.builder.min.js "> </ script >
5487+ < script type ="text/javascript " src ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.9 /js/report.builder.min.js "> </ script >
54885488
54895489
54905490< script src ="//cdnjs.cloudflare.com/ajax/libs/annyang/2.6.0/annyang.min.js "> </ script >
Original file line number Diff line number Diff line change 1010 < link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet ">
1111 < link href ="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css " rel ="stylesheet ">
1212 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css " media ="screen,projection "/>
13- < link href ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8 /css/report.builder.min.css " rel ="stylesheet ">
13+ < link href ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.9 /css/report.builder.min.css " rel ="stylesheet ">
1414
1515
1616</ head >
@@ -5269,7 +5269,7 @@ <h5>I am some testing scenario of other functionality (1.003s)</h5>
52695269 </ div >
52705270</ footer >
52715271
5272- < script type ="text/javascript " src ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8 /js/report.builder.min.js "> </ script >
5272+ < script type ="text/javascript " src ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.9 /js/report.builder.min.js "> </ script >
52735273
52745274
52755275
Original file line number Diff line number Diff line change 77 </ div >
88</ footer >
99
10- < script type ="text/javascript " src ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8 /js/report.builder.min.js "> </ script >
10+ < script type ="text/javascript " src ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.9 /js/report.builder.min.js "> </ script >
1111
1212<% if options [ :voice_commands ] %>
1313< script src ="//cdnjs.cloudflare.com/ajax/libs/annyang/2.6.0/annyang.min.js "> </ script >
Original file line number Diff line number Diff line change 88 < link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet ">
99 < link href ="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css " rel ="stylesheet ">
1010 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css " media ="screen,projection "/>
11- < link href ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8 /css/report.builder.min.css " rel ="stylesheet ">
11+ < link href ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.9 /css/report.builder.min.css " rel ="stylesheet ">
1212
1313 <% if options [ :additional_css ] %>
1414 <% if options [ :additional_css ] =~ /^http(|s):\/ \/ .*\. css$/ %>
Original file line number Diff line number Diff line change 1010 < link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet ">
1111 < link href ="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css " rel ="stylesheet ">
1212 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css " media ="screen,projection "/>
13- < link href ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8 /css/report.builder.min.css " rel ="stylesheet ">
13+ < link href ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.9 /css/report.builder.min.css " rel ="stylesheet ">
1414
1515
1616</ head >
@@ -5253,7 +5253,7 @@ <h5>I am some testing scenario of other functionality (1.003s)</h5>
52535253 </ div >
52545254</ footer >
52555255
5256- < script type ="text/javascript " src ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8 /js/report.builder.min.js "> </ script >
5256+ < script type ="text/javascript " src ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.9 /js/report.builder.min.js "> </ script >
52575257
52585258
52595259
Original file line number Diff line number Diff line change 1010 < link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet ">
1111 < link href ="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css " rel ="stylesheet ">
1212 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css " media ="screen,projection "/>
13- < link href ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8 /css/report.builder.min.css " rel ="stylesheet ">
13+ < link href ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.9 /css/report.builder.min.css " rel ="stylesheet ">
1414
1515
1616</ head >
@@ -5250,7 +5250,7 @@ <h5>I am scenario with more steps (3.026s)</h5>
52505250 </ div >
52515251</ footer >
52525252
5253- < script type ="text/javascript " src ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8 /js/report.builder.min.js "> </ script >
5253+ < script type ="text/javascript " src ="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.9 /js/report.builder.min.js "> </ script >
52545254
52555255
52565256
You can’t perform that action at this time.
0 commit comments