cypress-slow-down
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9678
164
4