eslint-plugin-webdriverio

1.0.1 • Public • Published

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:

{
  "standard": {
    "plugins": [
      "webdriverio"
    ],
    "env": [
      "mocha",
      "webdriverio/wdio"
    ]
  }
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-webdriverio

Weekly Downloads

10,086

Version

1.0.1

License

ISC

Last publish

Collaborators

  • seb