This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

eslint-plugin-prodperfect-testcafe

1.0.7 • Public • Published

eslint-plugin-prodperfect-testcafe

ESLint plugin with custom rules for testcafe code linting.

Installation

npm i eslint babel-eslint eslint-plugin-prodperfect-testcafe --save-dev

Configuration

In the root of your test suite repo, include a .eslintrc.json with the following contents:

{
  "parser": "babel-eslint",
  "parserOptions": {
    "ecmaVersion": 6,
    "sourceType": "module"
  },
  "plugins": [
    "prodperfect-testcafe"
  ],
  "rules": {
    "prodperfect-testcafe/no-debug-statements":"error",
    "prodperfect-testcafe/no-only-statements":"error",
    "prodperfect-testcafe/p2-test-names":"error"
  }
}

Running

Save the following command as an entry in the "scripts" object within the suite's package.json:

"lint":"node_modules/.bin/eslint tests/regression-tests.js -c .eslintrc.json"

Execute npm run lint.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i eslint-plugin-prodperfect-testcafe

    Weekly Downloads

    0

    Version

    1.0.7

    License

    none

    Unpacked Size

    5.5 kB

    Total Files

    3

    Last publish

    Collaborators

    • prodperfectqa