Skip to content

Commit

Permalink
fix hook bug - closes webdriverio#3333 (webdriverio#3334)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann authored Jan 15, 2019
1 parent 1e78a82 commit 1ffa874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/wdio-config/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,7 @@ export const SUPPORTED_HOOKS = [
'before', 'beforeSession', 'beforeSuite', 'beforeHook', 'beforeTest', 'beforeCommand',
'afterCommand', 'afterTest', 'afterHook', 'afterSuite', 'afterSession', 'after',
'beforeFeature', 'beforeScenario', 'beforeStep', 'afterFeature',
'afterScenario', 'afterStep', 'onReload', 'onPrepare', 'onComplete'
'afterScenario', 'afterStep', 'onReload'
// the following hooks are excluded since they are part of the launcher
// 'onPrepare', 'onComplete'
]

0 comments on commit 1ffa874

Please sign in to comment.