UNPKG

@serenity-js/jasmine

Version:

Serenity/JS test runner adapter for Jasmine, enabling the use of the Screenplay Pattern in Jasmine-based test suites and leveraging Serenity/JS reporting capabilities

98 lines (97 loc) 2.75 kB
{ "name": "@serenity-js/jasmine", "version": "3.42.0", "description": "Serenity/JS test runner adapter for Jasmine, enabling the use of the Screenplay Pattern in Jasmine-based test suites 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" } }, "./package.json": "./package.json" }, "keywords": [ "automation", "integration", "serenity", "serenity-js", "screenplay", "screenplay-pattern", "runner", "jasmine", "tdd", "bdd", "test", "testing" ], "scripts": { "clean": "rimraf target", "test": "c8 npm run test:no-coverage", "test:no-coverage": "mocha --config .mocharc.yml --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/jasmine" }, "bugs": { "url": "https://github.com/serenity-js/serenity-js/issues" }, "engines": { "node": "^20 || ^22 || ^24" }, "dependencies": { "@serenity-js/core": "3.42.0" }, "peerDependencies": { "jasmine": "^5.13.0 || ^6.0.0" }, "devDependencies": { "@integration/testing-tools": "3.0.0", "@types/chai": "4.3.20", "@types/mocha": "10.0.10", "c8": "11.0.0", "jasmine": "6.1.0", "mocha": "11.7.5", "mocha-multi": "1.1.7" }, "gitHead": "a415b0066807d7bab9f34b1ceef66a26156aafe1" }