@serenity-js/web
Version:
Serenity/JS Screenplay Pattern library offering a flexible, web driver-agnostic approach for interacting with web-based user interfaces and components, suitable for various testing contexts
72 lines (71 loc) • 1.87 kB
JSON
{
"name": "@serenity-js/web",
"version": "3.37.1",
"description": "Serenity/JS Screenplay Pattern library offering a flexible, web driver-agnostic approach for interacting with web-based user interfaces and components, suitable for various testing contexts",
"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",
"keywords": [
"automation",
"browser",
"component",
"e2e",
"end-to-end",
"integration",
"serenity",
"serenity-js",
"screenplay",
"screenplay-pattern",
"tdd",
"bdd",
"test",
"testing",
"web"
],
"scripts": {
"clean": "rimraf target",
"test": "c8 npm run test:no-coverage",
"test:no-coverage": "mocha --config ../../.mocharc.yml --spec='spec/**/*.spec.*'",
"compile": "rimraf lib && tsc --project tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "https://github.com/serenity-js/serenity-js.git",
"directory": "packages/web"
},
"bugs": {
"url": "https://github.com/serenity-js/serenity-js/issues"
},
"engines": {
"node": "^20 || ^22 || ^24"
},
"dependencies": {
"@serenity-js/assertions": "3.37.1",
"@serenity-js/core": "3.37.1",
"tiny-types": "1.24.3"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
"@types/chai": "4.3.20",
"@types/mocha": "10.0.10",
"c8": "10.1.3",
"mocha": "11.7.5",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.9.3"
},
"gitHead": "0af3eff400cdb5adc9d7b92e87b09820c93d77c9"
}