playwright-gh-action-reporter
Version:
A tool to post Playwright test results as comments on GitHub PRs.
16 lines (15 loc) • 392 B
JSON
{
"name": "playwright-gh-action-reporter",
"version": "1.0.0",
"description": "A tool to post Playwright test results as comments on GitHub PRs.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^0.21.1"
},
"keywords": ["playwright", "github", "PR", "action", "reporter"],
"author": "Sagar Karathiya",
"license": "MIT"
}