eslint-plugin-no-savescreenshot
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

eslint-plugin-no-savescreenshot

Forbides this.browser.saveScreenshot(). Useful for WebdriverIO and Hermione.

install

npm i eslint-plugin-no-savescreenshot

Add to your eslintrc:

{
    "plugins": [
        "eslint-plugin-no-savescreenshot"
    ],
    "rules": {
      "eslint-plugin-no-savescreenshot/no-savescreenshot": 2
    }
}

Package Sidebar

Install

npm i eslint-plugin-no-savescreenshot

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

6.04 kB

Total Files

15

Last publish

Collaborators

  • zakaratcha