@wdio/reporter
Advanced tools
Comparing version 8.8.0 to 8.8.4
@@ -5,3 +5,3 @@ import type { Capabilities } from '@wdio/types'; | ||
* replaces whitespaces with underscore and removes dots | ||
* @param {String} str variable to sanitize | ||
* @param {string} str variable to sanitize | ||
* @return {String} sanitized variable | ||
@@ -12,3 +12,3 @@ */ | ||
* formats capability object into sanitized string for e.g.filenames | ||
* @param {Object} caps Selenium capabilities | ||
* @param {object} caps Selenium capabilities | ||
*/ | ||
@@ -15,0 +15,0 @@ export declare function sanitizeCaps(caps?: Capabilities.DesiredCapabilities): string; |
@@ -5,3 +5,3 @@ import supportsColor from 'supports-color'; | ||
* replaces whitespaces with underscore and removes dots | ||
* @param {String} str variable to sanitize | ||
* @param {string} str variable to sanitize | ||
* @return {String} sanitized variable | ||
@@ -21,3 +21,3 @@ */ | ||
* formats capability object into sanitized string for e.g.filenames | ||
* @param {Object} caps Selenium capabilities | ||
* @param {object} caps Selenium capabilities | ||
*/ | ||
@@ -24,0 +24,0 @@ export function sanitizeCaps(caps) { |
{ | ||
"name": "@wdio/reporter", | ||
"version": "8.8.0", | ||
"version": "8.8.4", | ||
"description": "A WebdriverIO utility to help reporting all events", | ||
@@ -37,3 +37,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"@wdio/logger": "8.6.6", | ||
"@wdio/types": "8.8.0", | ||
"@wdio/types": "8.8.4", | ||
"diff": "^5.0.0", | ||
@@ -50,3 +50,3 @@ "object-inspect": "^1.12.0", | ||
}, | ||
"gitHead": "5089710e47a4bf14dac948302ac12edd71a83331" | ||
"gitHead": "e88a296000de70344fbf19d0d63a54cb1a617427" | ||
} |
+ Added@wdio/types@8.8.4(transitive)
- Removed@wdio/types@8.8.0(transitive)
Updated@wdio/types@8.8.4