Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cypress-slow-down

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-slow-down - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

3

package.json
{
"name": "cypress-slow-down",
"version": "1.2.0",
"version": "1.2.1",
"description": "Slow down your Cypress tests",

@@ -23,2 +23,3 @@ "main": "src/index.js",

"cypress": "^10.3.1",
"cypress-timestamps": "^1.2.0",
"prettier": "^2.7.1",

@@ -25,0 +26,0 @@ "semantic-release": "^19.0.3"

@@ -120,2 +120,4 @@ # cypress-slow-down ![cypress version](https://img.shields.io/badge/cypress-10.3.1-brightgreen) [![ci](https://github.com/bahmutov/cypress-slow-down/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bahmutov/cypress-slow-down/actions/workflows/ci.yml) [![cypress-slow-down](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/q3727b&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/q3727b/runs)

**Tip:** to see how the commands are slowed down you can use the [cypress-timestamps](https://github.com/bahmutov/cypress-timestamps) plugin.
## Small print

@@ -122,0 +124,0 @@

@@ -11,2 +11,2 @@ // import the custom Cypress commands provided by this module

*/
export function slowCypressDown(ms: number | false): void
export function slowCypressDown(ms?: number | false): void
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