wdio-reportportal-reporter
Advanced tools
Comparing version 0.0.19 to 0.0.20
{ | ||
"name": "wdio-reportportal-reporter", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "A WebdriverIO plugin. Report results to Report Portal.", | ||
@@ -5,0 +5,0 @@ "main": "build/reporter.js", |
@@ -40,3 +40,6 @@ WDIO Report Portal Reporter | ||
mode: 'DEFAULT', | ||
debug: false | ||
debug: false, | ||
debug: false, | ||
description: "Launch description text", | ||
tags: ["tags", "for", "launch"], | ||
}, | ||
@@ -49,5 +52,2 @@ enableSeleniumCommandReporting: false, | ||
parseTagsFromTestTitle: false, | ||
debug: false, | ||
description: "Launch description text", | ||
tags: ["tags", "for", "launch"], | ||
} | ||
@@ -54,0 +54,0 @@ }, |
65530