multiple-cucumber-html-reporter
Advanced tools
Comparing version
{ | ||
"name": "multiple-cucumber-html-reporter", | ||
"version": "1.21.4", | ||
"version": "1.21.5", | ||
"description": "Generate beautifull cucumberjs reports for multiple instances (browsers / devices)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -13,5 +13,5 @@ function getChartColors() { | ||
for (let i = 0; i < colorsMap.length; i++) { | ||
colors.push(style.getPropertyValue(colorsMap[i].colorVar) || colorsMap[i].defaultColor) | ||
colors.push(style.getPropertyValue(colorsMap[i].colorVar) || colorsMap[i].defaultColor) | ||
} | ||
return colors | ||
} |
Sorry, the diff of this file is not supported yet
1987989
0