eslint-plugin-webdriverio 🤖
The browser
and $
/$$
helpers are globally available in WebdriverIO. This ESLint plugin makes it easy to configure your WDIO project.
Usage
There are several ways to configure environments in ESLint.
For example in combination with Mocha:
Individual Source File
/* eslint-env webdriverio/wdio, mocha */
ESLint
.eslintrc
:
"plugins": "webdriverio" "env": "webdriverio/wdio": true "mocha": true
StandardJS
package.json
: