cypress-wait-for-stable-dom
Version:
Cypress command to wait until DOM has finished changing
34 lines (33 loc) • 848 B
JSON
{
"name": "cypress-wait-for-stable-dom",
"version": "0.1.0",
"description": "Cypress command to wait until DOM has finished changing",
"main": "src",
"types": "src",
"files": [
"src"
],
"scripts": {
"test": "cypress run",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"repository": {
"type": "git",
"url": "https://github.com/narinluangrath/cypress-wait-for-stable-dom.git"
},
"keywords": [
"cypress",
"cypress-custom-command",
"cypress-wait-for-stable-dom"
],
"author": "Narin Luangrath <narin.luangrath@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/narinluangrath/cypress-wait-for-stable-dom/issues"
},
"homepage": "https://github.com/narinluangrath/cypress-wait-for-stable-dom#readme",
"devDependencies": {
"cypress": "^9.2.0"
}
}