prettier-playwright-msteams-report
Version:
A modified version of the Playwright MS Teams Messager
47 lines (46 loc) • 1.22 kB
JSON
{
"name": "prettier-playwright-msteams-report",
"version": "1.0.8",
"description": "A modified version of the Playwright MS Teams Messager",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "NODE_ENV=development npx playwright test",
"test:jest": "jest --coverage --coverageDirectory=../coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrentGTR/prettier-playwright-msteams-reporter.git"
},
"keywords": [
"playwright",
"msteams",
"Microsoft",
"Teams",
"e2e",
"testing"
],
"author": "Brent Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/BrentGTR/prettier-playwright-msteams-reporter/issues"
},
"homepage": "https://github.com/BrentGTR/prettier-playwright-msteams-reporter/#readme",
"devDependencies": {
"@playwright/test": "^1.45.0",
"@tsconfig/recommended": "^1.0.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"typescript": "^5.5.2"
},
"dependencies": {
"quickchart-js": "~3.1.3"
},
"peerDependencies": {
"@playwright/test": "^1.45.0"
}
}