cypress-network-idle
Version:
A little Cypress.io plugin for waiting for network to be idle before continuing with the test
43 lines (42 loc) • 1.15 kB
JSON
{
"name": "cypress-network-idle",
"version": "1.15.0",
"description": "A little Cypress.io plugin for waiting for network to be idle before continuing with the test",
"main": "src/index.js",
"types": "src",
"files": [
"src"
],
"scripts": {
"start": "micro-dev --watch server ./server",
"test": "cypress run",
"cy:open": "cypress open",
"cy:run": "cypress run",
"semantic-release": "semantic-release",
"dev": "start-test 3000 cy:open",
"ci": "start-test 3000 cy:run"
},
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/cypress-network-idle.git"
},
"keywords": [
"cypress-plugin",
"network"
],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahmutov/cypress-network-idle/issues"
},
"homepage": "https://github.com/bahmutov/cypress-network-idle#readme",
"devDependencies": {
"cypress": "13.17.0",
"micro": "^9.3.4",
"micro-dev": "^3.0.0",
"micro-route": "^2.5.0",
"prettier": "^2.4.1",
"semantic-release": "24.2.1",
"start-server-and-test": "^1.14.0"
}
}