UNPKG

cypress-craft

Version:

CypressCraft is an innovative extension built on top of Cypress (Cypress + Cucumber + POM)

53 lines (52 loc) 1.34 kB
{ "name": "cypress-craft", "version": "1.3.3-alpha.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": "standard-version" }, "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": "^19.2.0", "cypress": "^13.6.0", "cypress-webpack-preprocessor-v5": "^5.0.0-alpha.1", "fs-extra": "^11.2.0", "inquirer": "^9.2.12", "multiple-cucumber-html-reporter": "^3.5.0", "node-polyfill-webpack-plugin": "^2.0.1" } }