@wdio/reporter
Advanced tools
Comparing version 8.11.0 to 8.12.1
@@ -9,2 +9,3 @@ import RunnableStats from './runnable.js'; | ||
file?: string; | ||
body?: string; | ||
duration?: number; | ||
@@ -23,2 +24,3 @@ cid: string; | ||
parent: string; | ||
body?: string; | ||
errors?: Error[]; | ||
@@ -25,0 +27,0 @@ error?: Error; |
@@ -7,2 +7,4 @@ import RunnableStats from './runnable.js'; | ||
parent; | ||
// Mocha only | ||
body; | ||
errors; | ||
@@ -19,2 +21,3 @@ error; | ||
this.currentTest = runner.currentTest; | ||
this.body = runner.body; | ||
} | ||
@@ -21,0 +24,0 @@ complete(errors) { |
@@ -10,2 +10,3 @@ import RunnableStats from './runnable.js'; | ||
file?: string; | ||
body?: string; | ||
duration?: number; | ||
@@ -56,2 +57,3 @@ cid: string; | ||
error?: Error; | ||
body?: string; | ||
constructor(test: Test); | ||
@@ -58,0 +60,0 @@ pass(): void; |
@@ -29,2 +29,3 @@ import { types as nodeUtilTypes } from 'node:util'; | ||
error; | ||
body; | ||
constructor(test) { | ||
@@ -40,2 +41,4 @@ super('test'); | ||
this.parent = test.parent; | ||
// Mocha only | ||
this.body = test.body; | ||
/** | ||
@@ -42,0 +45,0 @@ * initial test state is pending |
{ | ||
"name": "@wdio/reporter", | ||
"version": "8.11.0", | ||
"version": "8.12.1", | ||
"description": "A WebdriverIO utility to help reporting all events", | ||
@@ -49,3 +49,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "6fa7ae486537cbd3f6dd9e3bcc1812eb0acc6262" | ||
"gitHead": "be1e7959a7599e2afe33e60856be9a7ca16eb3aa" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
50884
938