UNPKG

omni-dashboard-playwright-reporter

Version:

Playwright client for publishing test results to Omni Dashboard - Transform Your Test Automation with AI-Powered Insights

42 lines (41 loc) 897 B
{ "name": "omni-dashboard-playwright-reporter", "version": "1.4.9", "description": "Playwright client for publishing test results to Omni Dashboard - Transform Your Test Automation with AI-Powered Insights", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/PrabhaSDET-TestV/omni-test-intelligence.git" }, "keywords": [ "test", "automation", "reporting", "playwright", "ci", "ai", "analytics", "intelligence" ], "author": "TestVagrant", "license": "MIT", "dependencies": { "@types/uuid": "^10.0.0", "uuid": "^11.1.0" }, "devDependencies": { "@playwright/test": "^1.52.0", "@types/node": "^22.15.21", "typescript": "^5.8.3" }, "publishConfig": { "access": "public" } }