cypress-network-idle
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "cypress-network-idle", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "A little Cypress.io plugin for waiting for network to be idle before continuing with the test", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -7,2 +7,3 @@ # cypress-network-idle ![cypress version](https://img.shields.io/badge/cypress-8.6.0-brightgreen) [![renovate-app badge][renovate-badge]][renovate-app] [![ci](https://github.com/bahmutov/cypress-network-idle/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bahmutov/cypress-network-idle/actions/workflows/ci.yml) | ||
- [Cypress-network-idle plugin](https://youtu.be/adHjTf5j6uE) | ||
- [Prepare Intercept And Wait Using cypress-network-idle Plugin](https://youtu.be/E6P_rBt6caU) | ||
@@ -9,0 +10,0 @@ ## Install |
@@ -5,3 +5,4 @@ /// <reference types="cypress" /> | ||
counters.started = +new Date() | ||
counters.finished | ||
counters.finished = null | ||
cy.log(`network idle for ${timeLimitMs} ms`) | ||
@@ -8,0 +9,0 @@ cy.wrap('waiting...', { timeout: timeLimitMs * 3 }) |
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
10403
130