UNPKG

cypress-cucumber-report-features

Version:
44 lines (43 loc) 1.04 kB
{ "name": "cypress-cucumber-report-features", "version": "2.1.2", "description": "Cypress Cucumber report Features", "main": "lib/report-generator.js", "bin": { "report": ".bin/index.js" }, "scripts": { "start": "report" }, "repository": { "type": "git", "url": "git+https://github.com/jasp402/cypress-cucumber-report-features.git" }, "keywords": [ "cypress", "cucumber", "e2e", "test", "QA", "jasp402", "javascript", "js" ], "author": { "name": "Jesús Antonio Pérez Sandoval", "email": "jasp402@gmail.com", "url": "https://jasp402.com/" }, "dependencies": { "ascii-table3": "^0.9.0", "gherkin-parse": "^1.0.8", "inquirer": "^9.2.15", "js-packtools": "^2.3.18", "yargs": "^17.7.2" }, "license": "ISC", "bugs": { "url": "https://github.com/jasp402/cypress-cucumber-report-features/issues" }, "homepage": "https://github.com/jasp402/cypress-cucumber-report-features#readme" }