Socket
Socket
Sign inDemoInstall

eslint-plugin-cypress-parallelize

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-plugin-cypress-parallelize

Allow only one describe and it calls per file so is easier to parallelize their use


Version published
Weekly downloads
8
decreased by-11.11%
Maintainers
1
Install size
13.5 kB
Created
Weekly downloads
 

Readme

Source

eslint-plugin-cypress-parallelize

Allow only one describe and it calls per file so is easier to parallelize their use

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-cypress-parallelize:

$ npm install eslint-plugin-cypress-parallelize --save-dev

Usage

This plugin and it's rule were designed to be included in a file at cypress/integration/.eslintrc

This file should look like this:

{
    "plugins": [
        "cypress-parallelize"
    ],
    "rules": {
        "cypress-parallelize/allow-only-one-test-per-file": 2
    }
}

Supported Rules

  • allow-only-one-test-per-file: Currently its only rule that alert when you use multiple describes or its on a test file

Keywords

FAQs

Last updated on 09 Oct 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc