Page MenuHomePhabricator

Add documentation for how to override webdriverIO hooks
Open, Needs TriagePublic

Description

We are missing documentation on how to correctly override hooks in the wdio configuration. The implementation wdio-mediawiki take for granted that all hooks are run and if you extend the wdio-configuration and do not call the function you are overriding, things will break.

Acceptance criteria:

  • Add documentation with a couple of examples on how to correctly override a couple of hooks