UNPKG

playwright-archive

Version:

A lightweight CLI tool to archive and serve your Playwright test run history with a web interface. Useful for CI environments and local development.

42 lines (41 loc) 926 B
{ "name": "playwright-archive", "version": "2.0.1", "main": "index.js", "bin": { "playwright-archive": "./bin/main.js" }, "keywords": [ "playwright", "testing", "test-report", "test-results", "test-history", "archive", "report-viewer", "test-automation", "e2e-testing", "ci", "devtools" ], "author": "Osypenko Viktor <osypenkoviktorgit@gmail.com>", "license": "MIT", "description": "", "repository": { "type": "git", "url": "https://gitlab.com/osypenkoviktorgit/playwright-archive" }, "homepage": "https://playwright-archive-c9228a.gitlab.io", "dependencies": { "express": "^5.1.0", "fs-extra": "^11.3.0", "ws": "^8.18.2" }, "devDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0", "typescript": "^5.4.0", "vite": "^6.3.5" }, "types": "types/config.d.ts" }