1.0.3 • Published 14 days ago

@teamteanpm2024/veritatis-in-non v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
14 days ago

Cypress ESLint Plugin CircleCI

An ESLint plugin for your Cypress tests.

Note: If you installed ESLint globally then you must also install @teamteanpm2024/veritatis-in-non globally.

Installation

Prerequisites: ESLint v7 or v8. ESLint v9 is not supported yet.

npm install @teamteanpm2024/veritatis-in-non --save-dev

or

yarn add @teamteanpm2024/veritatis-in-non --dev

Usage

Add an .eslintrc.json file to your cypress directory with the following:

{
  "plugins": [
    "cypress"
  ]
}

You can add rules:

{
  "rules": {
    "cypress/no-assigning-return-values": "error",
    "cypress/no-unnecessary-waiting": "error",
    "cypress/assertion-before-screenshot": "warn",
    "cypress/no-force": "warn",
    "cypress/no-async-tests": "error",
    "cypress/no-async-before": "error",
    "cypress/no-pause": "error"
  }
}

You can allow certain globals provided by Cypress:

{
  "env": {
    "cypress/globals": true
  }
}

Recommended configuration

Use the recommended configuration and you can forego configuring plugins, rules, and env individually. See below for which rules are included.

{
  "extends": [
    "plugin:cypress/recommended"
  ]
}

Disable rules

You can disable specific rules per file, for a portion of a file, or for a single line.

Disable the cypress/no-unnecessary-waiting rule for the entire file by placing this at the start of the file:

/* eslint-disable cypress/no-unnecessary-waiting */

Disable the cypress/no-unnecessary-waiting rule for only a portion of the file:

it('waits for a second', () => {
  ...
  /* eslint-disable cypress/no-unnecessary-waiting */
  cy.wait(1000)
  /* eslint-enable cypress/no-unnecessary-waiting */
  ...
})

Disable the cypress/no-unnecessary-waiting rule for a specific line:

it('waits for a second', () => {
  ...
  cy.wait(1000) // eslint-disable-line cypress/no-unnecessary-waiting
  ...
})

You can also disable a rule for the next line:

it('waits for a second', () => {
  ...
  // eslint-disable-next-line cypress/no-unnecessary-waiting
  cy.wait(1000)
  ...
})

For more, see the ESLint rules documentation.

Rules

These rules enforce some of the best practices recommended for using Cypress.

Rules with a check mark (✅) are enabled by default while using the plugin:cypress/recommended config.

Rule IDDescription
no-assigning-return-valuesPrevent assigning return values of cy calls
no-unnecessary-waitingPrevent waiting for arbitrary time periods
no-async-testsPrevent using async/await in Cypress test case
unsafe-to-chain-commandPrevent chaining from unsafe to chain commands
no-forceDisallow using force: true with action commands
assertion-before-screenshotEnsure screenshots are preceded by an assertion
require-data-selectorsOnly allow data-* attribute selectors (require-data-selectors)
no-pauseDisallow cy.pause() parent command

Mocha and Chai

Cypress is built on top of Mocha and Chai. See the following sections for information on using ESLint plugins eslint-plugin-mocha and eslint-plugin-chai-friendly together with @teamteanpm2024/veritatis-in-non.

Mocha .only and .skip

During test spec development, Mocha exclusive tests .only or Mocha inclusive tests .skip may be used to control which tests are executed, as described in the Cypress documentation Excluding and Including Tests. To apply corresponding rules, you can install and use eslint-plugin-mocha. The rule mocha/no-exclusive-tests detects the use of .only and the mocha/no-skipped-tests rule detects the use of .skip:

npm install --save-dev eslint-plugin-mocha

In your .eslintrc.json:

{
  "plugins": [
    "cypress",
    "mocha"
  ],
  "rules": {
    "mocha/no-exclusive-tests": "warn",
    "mocha/no-skipped-tests": "warn"
  }
}

Or you can simply use the cypress/recommended and mocha/recommended configurations together, for example:

{
  "extends": [
    "plugin:cypress/recommended",
    "plugin:mocha/recommended"
  ]
}

Chai and no-unused-expressions

Using an assertion such as expect(value).to.be.true can fail the ESLint rule no-unused-expressions even though it's not an error in this case. To fix this, you can install and use eslint-plugin-chai-friendly.

npm install --save-dev eslint-plugin-chai-friendly

In your .eslintrc.json:

{
  "plugins": [
    "cypress",
    "chai-friendly"
  ],
  "rules": {
    "no-unused-expressions": 0,
    "chai-friendly/no-unused-expressions": 2
  }
}

Or you can simply add its recommended config:

{
  "extends": ["plugin:chai-friendly/recommended"]
}

Contributing

Please see our Contributing Guideline which explains how to contribute rules or other fixes and features to the repo.

serializationastreduceregexbabelObservable0exittyped arrayesansiimmervalidationurlthroatuninstallargumentsttyECMAScript 2016make dirshrinkwrapmatchesargumentlimittrimLeftfasttestingweaksetlinuxmatchdiffassertssetImmediatelastresolvesigintlinewrapcommand-linewarningWebSocketsexecutable.envarrayscodesmapReactiveXweakmapsortbufferwaapicolorcontainsregularprefixwhatwgAsyncIteratornopephonecall-boundhttpsfindupgradients cssObject.getPrototypeOfmakefseventscacheschemaes2017classnameextensionremove6to5Array.prototype.containsJSONsearchspinnerwidthpnpm9negativeshellequalpushtaskstylermxdgtapeObject.entriesxhrgettercolorsES7windowsreact animationUnderscoredependency managertypedarraysdotenvECMAScript 2020avaescapevalidatorES6jsonpaththreefastifycss variablefsmacosjsonschematypereducerdeepclonevaraccessibilitycallbindfunctionschromiumECMAScript 2018efficienteslintpluginJSON-SchemaECMAScript 2015errorformatting__proto__statusiteratorsharedtddframeworktakeInt32ArrayUint32ArrayArrayBuffercurlbluebirdtestflatMaptoolsjson-schemaconfigjoilibphonenumberdeep-copyhashes8sharedarraybufferreact-hook-formfigletpositivenpmlanguagecommandjson-schema-validationgdprsuperstructcomparewordwraphooksdateprivatecollection.es6ArrayBuffer#slicereact-testing-libraryPromiserangeerrorbindmimeES2020ArrayoptimizerforEachbabel-corereadablestreamECMAScript 2023formsemittoStringTagSymbol.toStringTag@@toStringTagchineseisfull-widthvisualtypeofgroupprotobufunicodetc39less.jscallboundtrimcharacterstouchURLappes2015querystringemojifullwidthapollomiddlewaregradients css3deep-cloneflagsframersettingstypeerrorclientdirectorylogiterationtermxssloadingposetranspileES3connectparentECMAScript 2017less compilertoArraygetintrinsicgetoptexit-codeoffsetenumerableperformantrandom[[Prototype]]compile lessmkdirartstarterbootstrap cssgetconfigurableglobpropcjknativeramdaURLSearchParamstesterbrowsernodedebuggerES2023setPrototypeOfObject.assigndatastructureprotocol-buffersponyfillchildpyyamlsuperagentconcatMapairbnbinstallerInt16Arrayerror-handlinges-abstractzodes6stylingopeneroutputfindvalidtaptelephonezeroyupcommander-0ratelimitqsindicatorutillet_.extendjestcallstabledatapreprocessorassignpureruntimefast-deep-clone$.extenda11yFloat32Arrayfast-deep-copyarraybufferObjectformatlruprunecryptodeletepicomatchminimalassertionwraprecursiveCSSStyleDeclarationwatchinstallconcatmkdirswritablevestES2017accessordebugredux-toolkitArray.prototype.findLastIndexFunction.prototype.namepropertiesmergerm -frclassnamesUint8ArrayserializeWebSocketajvsymbolsendertslibsanitizationworkerform-validationlessmochavaluedeepgetOwnPropertyDescriptorinvariantargsintrinsicnamesECMAScript 3streamsidleperformanceschemecurriedeslintES5uptoobjectmime-dbdefaultexefindLastIndexpluginchrometacitvalidategenericscss lessdefinePropertysometoolkitSetstartcomputed-typessettermkdirpECMAScript 2022symlinkinternal slotelectronargparseInt8Arraysequencestylesmulti-packagepropertycreatejsonqueueinferencetsterminalfolderreact-hooksES8guidchaiHyBiprivate datamoduleRxJSclassesstringkoreanprotoECMAScript 2019dirargvfrompopmotionauthopenshebangcoerciblehookformTypeBoxgroupBybundlingobjentriesESnegative zerotextnumbertrimEndbddArray.prototype.flatbreaki18nObject.keysbrowserslist3dcensorwhichES2022lintjQueryeslint-pluginfastcopybatchfind-upyamlawaitdropjswebxtermutilsworkspace:*corshasbootstrap lessredactBigInt64ArrayfastclonecircularomitdefinejsxRxinputcode pointsless mixinstypanionflatfast-copystdlibsafevariablesStreamconcurrencyexpressasyncbannerObject.isassert
1.0.2

15 days ago

1.0.1

16 days ago

1.0.3

14 days ago

1.0.0

17 days ago