@wdio/types
Advanced tools
Comparing version 7.13.2 to 7.14.1
@@ -49,4 +49,9 @@ export interface Suite { | ||
result?: { | ||
status?: number; | ||
duration: { | ||
seconds: number; | ||
nanos: number; | ||
}; | ||
status: 'UNKNOWN' | 'PASSED' | 'SKIPPED' | 'PENDING' | 'UNDEFINED' | 'AMBIGUOUS' | 'FAILED'; | ||
message?: string; | ||
willBeRetried: boolean; | ||
}; | ||
@@ -53,0 +58,0 @@ } |
{ | ||
"name": "@wdio/types", | ||
"version": "7.13.2", | ||
"version": "7.14.1", | ||
"description": "Utility package providing type information for a variety of WebdriverIO interfaces", | ||
@@ -35,3 +35,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "1ea2b99e2e335c0fb517c726cd92da970636aaf9" | ||
"gitHead": "0f6b6089f675b303741fcb3463779ca248058ae0" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98025
1811