custom-commands-for-cypress
Version:
Cypress custom methods
41 lines (40 loc) • 959 B
JSON
{
"name": "custom-commands-for-cypress",
"version": "4.0.0",
"description": "Cypress custom methods",
"main": "dist/commonMethods.js",
"scripts": {
"build": "tsc",
"prepublish": "tsc"
},
"keywords": [
"typescript",
"spfx",
"utility",
"typescript utility functions"
],
"author": "swapnil_jagdale",
"license": "ISC",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/chance": "^1.1.6",
"@types/cypress": "^1.1.3",
"@types/node": "^20.3.1",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3",
"cypress": "^13.17.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npmpackge/cypress-packages.git"
},
"bugs": {
"url": "https://github.com/npmpackge/cypress-packages/issues"
},
"homepage": "https://github.com/npmpackge/cypress-packages#readme",
"dependencies": {
"cypress-commands": "^3.0.0",
"axios": "^1.4.0",
"chance": "^1.1.12"
}
}