yasin-playwright-slack-report
Version:
Send Slack notifications with Playwright test results using a custom reporter.
65 lines (64 loc) • 1.62 kB
JSON
{
"name": "yasin-playwright-slack-report",
"version": "1.0.14",
"description": "Send Slack notifications with Playwright test results using a custom reporter.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest --coverage",
"prepublishOnly": "npm run build",
"prettier": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"release": "standard-version",
"changelog": "standard-version --release-as patch",
"docs": "typedoc --out docs src/index.ts"
},
"keywords": [
"playwright",
"slack",
"reporter",
"testing",
"automation",
"ci",
"slack-notifications",
"playwright-reporting"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0"
},
"peerDependencies": {
"@playwright/test": "^1.40.0"
},
"devDependencies": {
"typescript": "^4.9.0",
"eslint": "^8.21.0",
"prettier": "^2.6.0",
"jest": "^28.0.0",
"standard-version": "^9.3.2",
"typedoc": "^0.22.0"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/your-user/yasin-playwright-slack-report.git"
},
"bugs": {
"url": "https://github.com/your-user/yasin-playwright-slack-report/issues"
},
"homepage": "https://github.com/your-user/yasin-playwright-slack-report#readme",
"publishConfig": {
"access": "public"
},
"standard": {
"release": {
"changelog": "keep-a-changelog",
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
}