UNPKG

@padigital/pumpkin

Version:

Generate a test report directly from gherkin feature files. Cucumber and manual tests in blissful harmony.

42 lines (41 loc) 972 B
{ "name": "@padigital/pumpkin", "version": "2.0.5", "description": "Generate a test report directly from gherkin feature files. Cucumber and manual tests in blissful harmony.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Nick Dunn (PA Consulting)", "license": "MIT", "bin": { "pumpkin": "./index.js" }, "keywords": [ "pumpkin", "gherkin", "cucumber", "features", "scenarios", "qa", "bdd" ], "dependencies": { "colors": "^1.4.0", "escape-html": "^1.0.3", "gherkin": "^5.0.0", "glob": "^7.1.6", "jsdom": "^15.2.1", "shelljs": "^0.8.3", "yargs": "^15.1.0" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/wearefriday/pumpkin.git" }, "bugs": { "url": "https://github.com/wearefriday/pumpkin/issues" }, "homepage": "https://github.com/wearefriday/pumpkin#readme" }