🚀 Feature: Expose PluginLoader
or handleRequires
to have other frameworks provide support for the require
option #4961
Open
Description
Is your feature request related to a problem or a nice-to-have?? Please describe.
For frameworks such as WebdriverIO that integrate Mocha, it would be great to support the require
option.
Describe the solution you'd like
For that to happen, Mocha should export the PluginLoader
or have the handleRequires
exposed from the package.
Describe alternatives you've considered
None.
Additional context
Issue filed in the WebdriverIO project: webdriverio/webdriverio#9490
Activity