@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
94 lines (93 loc) • 2.58 kB
JSON
{
"name": "@serenity-js/jasmine",
"version": "3.34.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": {
".": [
{
"types": "./esm/index.d.ts",
"import": "./esm/index.js",
"require": "./lib/index.js"
},
"./lib/index.js"
],
"./adapter": [
{
"types": "./esm/adapter/index.d.ts",
"import": "./esm/adapter/index.js",
"require": "./lib/adapter/index.js"
},
"./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 && npm run compile:cjs-package",
"compile:clean": "rimraf lib esm",
"compile:esm": "tsc --project tsconfig-esm.build.json",
"compile:cjs": "tsc --project tsconfig-cjs.build.json",
"compile:cjs-package": "node -e \"require('fs').writeFileSync('lib/package.json', '{ \\\"type\\\": \\\"commonjs\\\" }')\""
},
"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": "^18.12 || ^20 || ^22"
},
"dependencies": {
"@serenity-js/core": "3.34.0"
},
"peerDependencies": {
"jasmine": "^5.9.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
"@types/chai": "4.3.20",
"@types/mocha": "10.0.10",
"c8": "10.1.3",
"jasmine": "5.9.0",
"mocha": "11.7.1",
"mocha-multi": "1.1.7"
},
"gitHead": "b98a098b84ce976e187bdc22afe567fb447ed98b"
}