cypress-craft
Version:
CypressCraft is an innovative extension built on top of Cypress (Cypress + Cucumber + POM)
60 lines (59 loc) • 1.65 kB
JSON
{
"name": "cypress-craft",
"version": "1.5.1",
"description": "CypressCraft is an innovative extension built on top of Cypress (Cypress + Cucumber + POM)",
"engines": {
"node": ">=18"
},
"bin": {
"cypress-craft-init": "scripts/post-install.js"
},
"scripts": {
"start": "cypress open",
"release:patch": "standard-version --release-as patch",
"release:minor": "standard-version --release-as minor",
"release:major": "standard-version --release-as major",
"release:publish": "git push --follow-tags origin main && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasp402/Cypress-craft.git"
},
"keywords": [
"js",
"pom",
"tools",
"jas402",
"cypress",
"cucumber",
"javascript",
"cypress-craft",
"pageObjectModel",
"cypress-cucumber",
"cypress-cucumber-preprocessor",
"cypress-cucumber-preprocessor-v5"
],
"author": {
"name": "Jesús Antonio Pérez Sandoval",
"email": "jasp402@gmail.com",
"url": "https://jasp402.com/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/jasp402/Cypress-craft/issues"
},
"homepage": "https://github.com/jasp402/Cypress-craft#readme",
"dependencies": {
"@badeball/cypress-cucumber-preprocessor": "^22.2.0",
"@cypress/webpack-preprocessor": "^6.0.4",
"cypress": "^14.5.1",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.12",
"multiple-cucumber-html-reporter": "^3.5.0",
"node-polyfill-webpack-plugin": "^2.0.1"
},
"resolutions": {
"glob": "^9.0.0",
"inflight": "github:npm-deprecate/inflight#fix-memory-leak"
}
}