Socket
Socket
Sign inDemoInstall

cypress-plugin-retries

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-plugin-retries

Cypress plugin allowing tests to retry a configurable amount of times


Version published
Maintainers
1
Created
Source

cypress-plugin-retries [beta]

A Cypress plugin to retry failed tests

:warning: this module is in beta, and might cause some strange failures. please report any bugs in the issues

Quick Start

Add the plugin to devDependencies

npm install -D cypress-plugin-retries

At the top of cypress/support/index.js:

require('cypress-plugin-retries')

Use the environment variable CYPRESS_RETRIES to set the retry number:

CYPRESS_RETRIES=3 npm run cypress

Feel free to open issues!

Thanks to

@debrisapron

License

MIT

Keywords

FAQs

Package last updated on 06 Feb 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc