playwright-qatouch-reporter
Version:
Playwright plugin allows you to push your test results into QATouch.
32 lines (31 loc) • 793 B
JSON
{
"name": "playwright-qatouch-reporter",
"version": "1.4.0",
"description": "Playwright plugin allows you to push your test results into QATouch.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qatouch/playwright-qatouch-reporter.git"
},
"keywords": [
"Playwright",
"Tester",
"QATouch",
"Reporter",
"Plugins",
"Custom-Reporter"
],
"author": "QA Touch",
"license": "ISC",
"bugs": {
"url": "https://github.com/qatouch/playwright-qatouch-reporter/issues"
},
"homepage": "https://github.com/qatouch/playwright-qatouch-reporter#readme",
"dependencies": {
"dotenv": "^16.4.5",
"sync-request": "^6.1.0"
}
}