@uuv/playwright
Version:
A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and playwright
111 lines (110 loc) • 3.3 kB
JSON
{
"name": "@uuv/playwright",
"version": "3.56.0",
"type": "commonjs",
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
"description": "A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and playwright",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/e2e-test-quest/uuv"
},
"homepage": "https://e2e-test-quest.github.io/uuv/",
"bin": {
"uuv": "bin/uuv"
},
"keywords": [
"uuv",
"e2e",
"end2end",
"end 2 end",
"test",
"testing",
"accessibility",
"accessibilite",
"a11y",
"cypress",
"playwright",
"testing-library",
"cucumber",
"gherkin",
"bdd",
"tdd",
"acceptance"
],
"scripts": {
"generate:step-definitions": "ts-node generate-step-definitions.ts",
"package": "npm pack --pack-destination=\"../../dist/packages\"",
"postinstall": "node postinstall.js",
"unit-tests": "jest --runInBand --coverage --config=./jest.config.ts --testPathIgnorePatterns=src/tests/report",
"verify-report": "jest --runInBand --coverage --config=./jest.config.ts --testPathPatterns=src/tests/report",
"e2e-test:run": "ts-node test.ts e2e",
"e2e-test:open": "ts-node test.ts open --",
"test": "npm run unit-tests && npm run e2e-test:run"
},
"dependencies": {
"@cucumber/cucumber": "11.3.0",
"@cucumber/tag-expressions": "6.2.0",
"@playwright/test": "^1.55.0",
"@uuv/a11y": "1.0.0-beta.89",
"@uuv/runner-commons": "2.69.0",
"axe-core": "4.11.0",
"axe-playwright": "2.2.2",
"chalk-table": "1.0.2",
"chokidar": "4.0.3",
"cucumber-json-report-formatter": "0.1.4",
"lodash": "^4.17.21",
"multiple-cucumber-html-reporter": "3.9.3",
"nanoid": "3.3.11",
"playwright-bdd": "8.4.2",
"ts-node": "10.9.2",
"typescript": "5.8.3"
},
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"files": [
"dist/cucumber/**/*",
"dist/reporter/**/*",
"dist/lib/**/*",
"dist/index.d.ts",
"dist/index.js",
"bin/**/*",
"postinstall.js",
"target-config/**/*",
"src/cucumber/step_definitions/playwright/generated/**/*",
"src/cucumber/step_definitions/playwright/unsafe/**/*",
"*.md",
".npmignore"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./uuv-playwright-reporter": {
"import": "./dist/reporter/uuv-playwright-reporter.js",
"require": "./dist/reporter/uuv-playwright-reporter.js",
"types": "./dist/reporter/uuv-playwright-reporter.d.ts"
}
},
"devDependencies": {
"@types/minimist": "1.2.5",
"@types/node": "22.18.10",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"chalk": "^4.1.2",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-plugin-cucumber": "2.0.0",
"eslint-plugin-jest": "29.0.1",
"eslint-plugin-playwright": "2.2.2",
"ts-loader": "9.5.4",
"tsconfig-paths": "4.2.0",
"webpack": "5.99.6"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/uuv"
}
}