@qavajs/steps-playwright
Version:
qavajs steps to interact with playwright
76 lines (75 loc) • 2.03 kB
JSON
{
"name": "@qavajs/steps-playwright",
"version": "2.10.0",
"description": "qavajs steps to interact with playwright",
"main": "./index.js",
"scripts": {
"build": "tsc",
"test": "vitest --coverage run",
"install:browsers": "playwright install chromium",
"test:e2e": "qavajs run --config test-e2e/webui.ts",
"test:e2e:electron": "qavajs run --config test-e2e/webui.ts --profile electron",
"debug:e2e:electron": "qavajs run --config test-e2e/webui.ts --profile debugElectron",
"debug:e2e": "qavajs run --config test-e2e/webui.ts --profile debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qavajs/steps-playwright.git"
},
"authors": [
"Alexandr Galichenko",
"Alexandr Legchilov"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/qavajs/steps-playwright/issues"
},
"homepage": "https://github.com/qavajs/steps-playwright#readme",
"devDependencies": {
"@cucumber/cucumber": "^12.2.0",
"@qavajs/console-formatter": "^1.1.1",
"@qavajs/core": "^2.7.0",
"@qavajs/html-formatter": "^1.0.0",
"@qavajs/memory": "^1.10.2",
"@qavajs/validation": "^1.3.0",
"@qavajs/webstorm-adapter": "^8.0.0",
"@types/express": "^5.0.3",
"@types/node": "^24.5.1",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"electron": "^38.1.2",
"express": "^5.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"dependencies": {
"@playwright/test": "^1.55.0"
},
"keywords": [
"test",
"automation",
"testing",
"qa",
"quality-assurance",
"test-framework",
"test-runner",
"test-automation",
"e2e",
"end-to-end",
"ui-testing",
"integration-testing",
"acceptance-testing",
"functional-testing",
"browser-testing",
"mobile-testing",
"cross-browser",
"bdd",
"gherkin",
"assertions",
"continuous-delivery",
"automation-framework",
"playwright",
"webdriver"
]
}