aiotests-playwright-reporter
Version:
AIO Tests reporter for reporting results from Playwright to AIO Tests
34 lines (33 loc) • 679 B
JSON
{
"name": "aiotests-playwright-reporter",
"version": "1.0.1",
"description": "AIO Tests reporter for reporting results from Playwright to AIO Tests",
"scripts": {
"build": "tsc"
},
"keywords": [
"aiotests",
"playwright",
"reporter",
"testing",
"jira"
],
"author": "Navarambh Software",
"license": "MIT",
"main": "dist/index.js",
"devDependencies": {
"@playwright/test": "^1.45.1",
"@types/node": "^22.10.7"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"ansis": "^2.0.2",
"axios": "^1.6.2",
"form-data": "^4.0.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}