@wdio/mocha-framework
Advanced tools
Comparing version 8.11.0 to 8.12.1
@@ -59,2 +59,3 @@ import { wrapGlobalTestMethod } from '@wdio/utils'; | ||
message.duration = params.payload.duration; | ||
message.body = params.payload.body; | ||
/** | ||
@@ -61,0 +62,0 @@ * Add the current test title to the payload for cases where it helps to |
@@ -102,3 +102,4 @@ export { default } from 'mocha'; | ||
context?: any; | ||
body?: string; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@wdio/mocha-framework", | ||
"version": "8.11.0", | ||
"version": "8.12.1", | ||
"description": "A WebdriverIO plugin. Adapter for Mocha testing framework.", | ||
@@ -43,3 +43,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"@wdio/types": "8.10.4", | ||
"@wdio/utils": "8.11.0", | ||
"@wdio/utils": "8.12.1", | ||
"mocha": "^10.0.0" | ||
@@ -50,3 +50,3 @@ }, | ||
}, | ||
"gitHead": "6fa7ae486537cbd3f6dd9e3bcc1812eb0acc6262" | ||
"gitHead": "be1e7959a7599e2afe33e60856be9a7ca16eb3aa" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29323
565
+ Added@wdio/utils@8.12.1(transitive)
- Removed@wdio/utils@8.11.0(transitive)
Updated@wdio/utils@8.12.1