UNPKG

@serenity-js/cucumber

Version:

Serenity/JS test runner adapter for seamless integration with any version of Cucumber.js, facilitating BDD-style test automation and leveraging Serenity/JS reporting capabilities

119 lines (118 loc) 3.51 kB
{ "name": "@serenity-js/cucumber", "version": "3.44.1", "description": "Serenity/JS test runner adapter for seamless integration with any version of Cucumber.js, facilitating BDD-style test automation and leveraging Serenity/JS reporting capabilities", "author": { "name": "Jan Molak", "email": "jan.molak@smartcodeltd.co.uk", "url": "https://janmolak.com" }, "funding": { "url": "https://github.com/sponsors/serenity-js" }, "homepage": "https://serenity-js.org", "license": "Apache-2.0", "publishConfig": { "access": "public", "provenance": true }, "main": "./lib/index.js", "types": "./lib/index.d.ts", "type": "module", "module": "./esm/index.js", "exports": { ".": { "import": { "types": "./esm/index.d.ts", "default": "./esm/index.js" }, "require": { "types": "./lib/index.d.ts", "default": "./lib/index.js" } }, "./adapter": { "import": { "types": "./esm/adapter/index.d.ts", "default": "./esm/adapter/index.js" }, "require": { "types": "./lib/adapter/index.d.ts", "default": "./lib/adapter/index.js" } }, "./lib/adapter": "./lib/adapter/index.js", "./lib/adapter/output": "./lib/adapter/output/index.js", "./lib/*": "./lib/*", "./esm/adapter": "./esm/adapter/index.js", "./esm/adapter/output": "./esm/adapter/output/index.js", "./esm/*": "./esm/*", "./package.json": "./package.json" }, "keywords": [ "automation", "integration", "serenity", "serenity-js", "screenplay", "screenplay-pattern", "runner", "cucumber", "tdd", "bdd", "test", "testing" ], "scripts": { "clean": "rimraf target", "test": "c8 npm run test:no-coverage", "test:no-coverage": "mocha --config .mocharc.yml --timeout 30000 --spec='spec/**/*.spec.*'", "compile": "npm run compile:clean && npm run compile:esm && npm run compile:cjs-package && npm run compile:cjs", "compile:clean": "rimraf lib esm", "compile:esm": "tsc --project tsconfig-esm.build.json", "compile:cjs-package": "node -e \"require('fs').mkdirSync('lib', { recursive: true }); require('fs').writeFileSync('lib/package.json', '{ \\\"type\\\": \\\"commonjs\\\" }')\"", "compile:cjs": "tsc --project tsconfig-cjs.build.json" }, "repository": { "type": "git", "url": "https://github.com/serenity-js/serenity-js.git", "directory": "packages/cucumber" }, "bugs": { "url": "https://github.com/serenity-js/serenity-js/issues" }, "engines": { "node": ">=22.12 || ^24" }, "dependencies": { "@cucumber/gherkin": "41.0.0", "@cucumber/messages": "34.0.1", "@serenity-js/core": "3.44.1", "cli-table3": "0.6.5", "tiny-types": "2.0.5" }, "peerDependencies": { "@cucumber/cucumber": "^7.3.2 || ^8.5.0 || ^9.1.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0", "cucumber": "^1.3.3 || ^2.3.1 || ^3.2.1 || ^4.2.1 || ^5.0.0 || ^6.0.0" }, "peerDependenciesMeta": { "@cucumber/cucumber": { "optional": true }, "cucumber": { "optional": true } }, "devDependencies": { "@cucumber/cucumber": "13.0.0", "@integration/testing-tools": "3.0.0", "@types/chai": "4.3.20", "@types/mocha": "10.0.10", "c8": "11.0.0", "mocha": "11.7.6", "mocha-multi": "1.1.7", "tsx": "4.23.0", "typescript": "5.9.3" }, "gitHead": "b007339c32c01f5d33aa87e02e18422e8184c486" }