cucumber-html-reporter
Advanced tools
Comparing version 5.3.0 to 5.4.0
@@ -389,3 +389,3 @@ 'use strict'; | ||
featuresSummary.skipped++; | ||
subSuite ? hierarchyReporter.recursivelyIncrementStat(subSuite, 'passed') : suite.passed++; | ||
subSuite ? hierarchyReporter.recursivelyIncrementStat(subSuite, 'skipped') : suite.skipped++; | ||
} else if (feature.scenarios.count === feature.scenarios.notdefined) { | ||
@@ -392,0 +392,0 @@ featuresSummary.notdefined++; |
{ | ||
"name": "cucumber-html-reporter", | ||
"version": "5.3.0", | ||
"version": "5.4.0", | ||
"description": "Generates Cucumber HTML reports in three different themes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1976389