cypress-pipe
Version:
Create custom commands using plain-old functions
36 lines (35 loc) • 731 B
JSON
{
"name": "cypress-pipe",
"version": "2.0.1",
"description": "Create custom commands using plain-old functions",
"main": "index.js",
"scripts": {
"test": "cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NicholasBoll/cypress-pipe.git"
},
"keywords": [
"cypress",
"pipe",
"custom",
"compose",
"command"
],
"files": [
"index.js",
"index.d.ts",
"loggable.js",
"loggable.d.ts"
],
"author": "Nicholas Boll",
"license": "MIT",
"bugs": {
"url": "https://github.com/NicholasBoll/cypress-pipe/issues"
},
"homepage": "https://github.com/NicholasBoll/cypress-pipe#readme",
"devDependencies": {
"cypress": "^10.0.0"
}
}