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"
    ]
  }
}

/eslint-plugin-webdriverio/

    Package Sidebar

    Install

    npm i eslint-plugin-webdriverio

    Weekly Downloads

    11,838

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • seb