@comeonautomation/reportportal-client
Advanced tools
Comparing version
@@ -354,3 +354,4 @@ /* eslint-disable quotes,no-console,class-methods-use-this */ | ||
const item_id_url='/item/uuid/'+response.content[i].id | ||
if ((response.content[i].statistics.executions.skipped==1 && response.content[i].hasChildren == false) || (response.content[i].statistics.executions.total==response.content[i].statistics.executions.skipped)){ | ||
if ((response.content[i].statistics.executions.skipped==1 && response.content[i].hasChildren == false) || (response.content[i].statistics.executions.total==response.content[i].statistics.executions.skipped) || response.content[i].status | ||
== 'INTERRUPTED'){ | ||
this.restClient | ||
@@ -357,0 +358,0 @@ .retrieve(item_id_url) |
{ | ||
"name": "@comeonautomation/reportportal-client", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "ReportPortal client for node.js", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
147717
0.05%1742
0.06%