multiple-cucumber-html-reporter
Advanced tools
Comparing version 1.11.8 to 1.11.9
@@ -329,3 +329,3 @@ 'use strict'; | ||
if (embedding.mime_type === 'application/json' || embedding.media && embedding.media.type === 'application/json') { | ||
step.text = (step.text ? step.text : []).concat([ JSON.stringify(embedding.data) ]); | ||
step.text = (step.text ? step.text : []).concat([ JSON.parse(embedding.data) ]); | ||
} else if (embedding.mime_type === 'text/html' || (embedding.media && embedding.media.type === 'text/html')) { | ||
@@ -332,0 +332,0 @@ step.html = (step.html ? step.html : []).concat([ |
{ | ||
"name": "multiple-cucumber-html-reporter", | ||
"version": "1.11.8", | ||
"version": "1.11.9", | ||
"description": "Generate beautifull cucumberjs reports for multiple instances (browsers / devices)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
1961632