Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatthareja committed Oct 21, 2017
1 parent 9459129 commit 183b820
Show file tree
Hide file tree
Showing 10 changed files with 624 additions and 623 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased](https://github.com/rajatthareja/ReportBuilder/compare/v1.2...master)
## [Unreleased](https://github.com/rajatthareja/ReportBuilder/compare/v1.3...master)

## [1.3](https://github.com/rajatthareja/ReportBuilder/compare/v1.2...v1.3) - 2017-10-22
### Changed
- Step Data Table UI

Expand All @@ -13,7 +15,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
- alias input_path for json_path
- Duration for Step, Scenario and Feature
- Search and Filter Scenario by Tag
- Cucumber features to generate JSON for testing
- Changelog file

## [1.2](https://github.com/rajatthareja/ReportBuilder/compare/v1.1...v1.2) - 2017-10-10
Expand Down
56 changes: 28 additions & 28 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion report_builder.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'report_builder'
s.version = '1.2'
s.version = '1.3'
s.bindir = 'bin'
s.summary = 'ReportBuilder'
s.description = 'Ruby gem to merge Cucumber JSON reports and build mobile friendly HTML Test Report, JSON report and retry file.'
Expand Down
4 changes: 2 additions & 2 deletions template/html_report.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css" media="screen,projection"/>
<link href="https://cdn.rawgit.com/rajatthareja/ReportBuilder/b46a8edda4da2bdcd3470087512724ed0449b201/css/report.builder.min.css" rel="stylesheet">
<link href="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.3/css/report.builder.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<%if options[:additional_css]%>
<%if options[:additional_css] =~ /^http(|s):\/\/.*\.css$/%>
Expand Down Expand Up @@ -342,7 +342,7 @@ $(document).ready(function () {
<%end%><%end%>
});
</script>
<script type="text/javascript" src="https://cdn.rawgit.com/rajatthareja/ReportBuilder/b46a8edda4da2bdcd3470087512724ed0449b201/js/report.builder.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.3/js/report.builder.min.js"></script>
<%if options[:additional_js]%>
<%if options[:additional_js] =~ /^http(|s):\/\/.*\.js$/%>
<script src="<%=options[:additional_js]%>"></script>
Expand Down
54 changes: 27 additions & 27 deletions testing/fixtures/combined.html

Large diffs are not rendered by default.

Loading

0 comments on commit 183b820

Please sign in to comment.