@wdio/config
Advanced tools
Comparing version 5.3.1 to 5.3.2
@@ -79,3 +79,5 @@ "use strict"; | ||
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', 'onReload', 'onPrepare', 'onComplete']; | ||
const SUPPORTED_HOOKS = ['before', 'beforeSession', 'beforeSuite', 'beforeHook', 'beforeTest', 'beforeCommand', 'afterCommand', 'afterTest', 'afterHook', 'afterSuite', 'afterSession', 'after', 'beforeFeature', 'beforeScenario', 'beforeStep', 'afterFeature', 'afterScenario', 'afterStep', 'onReload' // the following hooks are excluded since they are part of the launcher | ||
// 'onPrepare', 'onComplete' | ||
]; | ||
exports.SUPPORTED_HOOKS = SUPPORTED_HOOKS; |
{ | ||
"name": "@wdio/config", | ||
"version": "5.3.1", | ||
"version": "5.3.2", | ||
"description": "A helper utility to parse and validate WebdriverIO options", | ||
@@ -40,3 +40,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "eeb223900ebd16ff65bb6f13394b6b4664f5f6e4" | ||
"gitHead": "1dfe9442a8fdcf5bf0a279b965047cd98eb35e8b" | ||
} |
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
21068
604