playwright-msteams-reporter-conditional
Version:
Microsoft Teams reporter for Playwright which allows you to send notifications about the status of your E2E tests.
52 lines • 1.53 kB
JSON
{
"name": "playwright-msteams-reporter-conditional",
"version": "0.0.16",
"description": "Microsoft Teams reporter for Playwright which allows you to send notifications about the status of your E2E tests.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "npx playwright test --project setup__jenkins",
"test:jest": "jest --coverage --coverageDirectory=../coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/playwright-community/playwright-msteams-reporter.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/estruyf"
},
"keywords": [
"playwright",
"msteams",
"Microsoft",
"Teams",
"e2e",
"testing"
],
"author": "Elio Struyf <elio@struyfconsulting.be>",
"license": "MIT",
"bugs": {
"url": "https://github.com/playwright-community/playwright-msteams-reporter/issues"
},
"homepage": "https://github.com/playwright-community/playwright-msteams-reporter#readme",
"devDependencies": {
"@playwright/test": "^1.52.0",
"@tsconfig/recommended": "^1.0.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/node-fetch": "^2.6.11",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"typescript": "^5.7.3"
},
"peerDependencies": {
"@playwright/test": "^1.45.0"
},
"dependencies": {
"https-proxy-agent": "^7.0.5",
"node-fetch": "^2.6.6"
}
}