self-healing-playwright
Version:
Self-healing locators for Playwright tests using AI-powered healing strategies
50 lines (49 loc) • 1.12 kB
JSON
{
"name": "self-healing-playwright",
"version": "1.0.0",
"description": "Self-healing locators for Playwright tests using AI-powered healing strategies",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "playwright test",
"test:debug": "playwright test --debug",
"prepublishOnly": "npm run build"
},
"keywords": [
"playwright",
"testing",
"self-healing",
"ai",
"automation",
"locators"
],
"author": "",
"license": "MIT",
"dependencies": {
"@prisma/client": "^5.10.0",
"@types/cheerio": "^0.22.35",
"@types/node-cache": "^4.2.5",
"cheerio": "^1.0.0-rc.12",
"groq-sdk": "^0.3.0",
"node-cache": "^5.1.2",
"openai": "^4.96.0",
"playwright": "^1.42.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"jest": "^29.7.0",
"prisma": "^5.10.0",
"ts-jest": "^29.1.2"
},
"peerDependencies": {
"playwright": "^1.42.1"
}
}