UNPKG

@estruyf/github-actions-reporter

Version:
50 lines (49 loc) 1.31 kB
{ "name": "@estruyf/github-actions-reporter", "version": "1.10.0", "description": "GitHub Actions reporter for Playwright", "main": "dist/index.js", "scripts": { "build": "tsc", "watch": "tsc -w", "test": "NODE_ENV=development npx playwright test", "test:jest": "jest --coverage --coverageDirectory=../coverage" }, "author": "Elio Struyf <elio@struyfconsulting.be>", "license": "MIT", "homepage": "https://github.com/estruyf/playwright-github-actions-reporter", "bugs": { "url": "https://github.com/estruyf/playwright-github-actions-reporter/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/estruyf" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/estruyf/playwright-github-actions-reporter.git" }, "keywords": [ "playwright", "github", "actions", "reporter" ], "devDependencies": { "@playwright/test": "^1.42.1", "@tsconfig/recommended": "^1.0.2", "@types/jest": "^29.5.12", "@types/node": "^18.19.17", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.1.6" }, "dependencies": { "@actions/core": "^1.10.0", "ansi-to-html": "^0.7.2", "marked": "^12.0.1" }, "peerDependencies": { "@playwright/test": "^1.42.1" } }