@wdio/config
Advanced tools
Comparing version 5.2.8 to 5.3.1
@@ -66,3 +66,2 @@ "use strict"; | ||
onComplete: NOOP, | ||
onError: [], | ||
onReload: [], | ||
@@ -81,3 +80,3 @@ | ||
exports.DEFAULT_CONFIGS = DEFAULT_CONFIGS; | ||
const SUPPORTED_HOOKS = ['before', 'beforeSession', 'beforeSuite', 'beforeHook', 'beforeTest', 'beforeCommand', 'afterCommand', 'afterTest', 'afterHook', 'afterSuite', 'afterSession', 'after', 'beforeFeature', 'beforeScenario', 'beforeStep', 'afterFeature', 'afterScenario', 'afterStep', 'onError', 'onReload']; | ||
const SUPPORTED_HOOKS = ['before', 'beforeSession', 'beforeSuite', 'beforeHook', 'beforeTest', 'beforeCommand', 'afterCommand', 'afterTest', 'afterHook', 'afterSuite', 'afterSession', 'after', 'beforeFeature', 'beforeScenario', 'beforeStep', 'afterFeature', 'afterScenario', 'afterStep', 'onReload', 'onPrepare', 'onComplete']; | ||
exports.SUPPORTED_HOOKS = SUPPORTED_HOOKS; |
{ | ||
"name": "@wdio/config", | ||
"version": "5.2.8", | ||
"version": "5.3.1", | ||
"description": "A helper utility to parse and validate WebdriverIO options", | ||
@@ -40,3 +40,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "5750a9ba4050ddf9a3b310734700d606782432e9" | ||
"gitHead": "eeb223900ebd16ff65bb6f13394b6b4664f5f6e4" | ||
} |
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
20993
602