cucumber-html-reporter
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,7 @@ | ||
### 3.0.1 (Aug-23-2017) | ||
* Feature: update to simple theme report [PR#106](https://github.com/gkushang/cucumber-html-reporter/pull/106) | ||
* Fix issues: [#101](https://github.com/gkushang/cucumber-html-reporter/issues/101), [#98](https://github.com/gkushang/cucumber-html-reporter/issues/98) | ||
### 3.0.0 (Aug-22-2017) | ||
@@ -2,0 +8,0 @@ |
@@ -132,4 +132,4 @@ 'use strict'; | ||
var readFileForRespectiveTemplates = function (filename) { | ||
if (filename === 'script.js' && ((options.theme === 'simple') || (options.theme === 'foundation'))) { | ||
return readFile('../_common/simple.foundation/' + filename); | ||
if (filename === 'script.js' && options.theme === 'foundation') { | ||
return readFile('../_common/foundation/' + filename); | ||
} | ||
@@ -136,0 +136,0 @@ return ((options.theme === 'bootstrap') || (options.theme === 'hierarchy')) ? readFile('../_common/bootstrap.hierarchy/' + filename) : readFile(filename); |
{ | ||
"name": "cucumber-html-reporter", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Generates Cucumber HTML reports in three different themes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,2 +9,2 @@ $('a.toggle').on('click', function() { | ||
} | ||
}); | ||
}); |
@@ -32,2 +32,2 @@ 'use strict'; | ||
isDirectoryExists(path.join(outputDirectory, '..', '..','screenshots')).should.be.equal(true, 'screenshots directory does not exists, at "parentDirectory/screenshots"'); | ||
}; | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1950197
46
2422