UNPKG

@alphabin/trx

Version:

TRX reporter for Playwright tests with Azure Blob Storage upload support

68 lines 1.76 kB
{ "name": "@alphabin/trx", "version": "1.0.4", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "description": "TRX reporter for Playwright tests with Azure Blob Storage upload support", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "build:clean": "rm -rf dist && npm run build", "test": "echo \"Tests will be added\" && exit 0", "lint": "eslint \"src/**/*.ts\"", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build:clean && npm run lint && npm run typecheck" }, "keywords": [ "playwright", "testing", "reporter", "trx", "azure", "blob-storage", "html-reports", "test-reports" ], "author": "Ayush Mania", "license": "MIT", "dependencies": { "axios": "^1.9.0", "debug": "^4.4.0", "simple-git": "^3.27.0" }, "peerDependencies": { "@playwright/test": ">=1.35.0" }, "devDependencies": { "@playwright/test": "^1.52.0", "@types/debug": "^4.1.12", "@types/node": "^20.17.41", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.15.0", "eslint": "^8.57.1", "prettier": "^3.5.3", "typescript": "^5.8.3" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/alphabin-01/testreportx-npm.git" }, "bugs": { "url": "https://github.com/alphabin-01/testreportx-npm/issues" }, "homepage": "https://github.com/alphabin-01/testreportx-npm#readme", "files": [ "dist/**/*", "examples/**/*", "README.md", "LICENSE" ] }