UNPKG

cypress-plugins

Version:

A collection of plugins for cypress created by Chetachi Paschal Enyimiri

55 lines (54 loc) 1.27 kB
{ "name": "@paschal_cheps/cypress-ms-teams-reporter", "version": "1.3.4", "publishConfig": { "access": "public" }, "description": "A Cypress reporter for Microsoft Teams with mochawesome support", "main": "src/index.ts", "bin": { "cypress-ms-teams-reporter": "./dist/index.js" }, "files": [ "dist" ], "keywords": [ "cypress", "ms-teams", "microsoft", "github", "reporter", "cucumber", "mocha", "mochawesome", "cypress-mochawesome-reporter" ], "type": "module", "repository": { "type": "git", "url": "git+https://github.com/qaPaschalE/cypress-plugins.git" }, "author": "Chetachi Paschal Enyimiri", "license": "MIT", "dependencies": { "@types/fs-extra": "^11.0.4", "axios": "^1.8.3", "chalk": "^5.4.1", "commander": "^11.1.0", "dotenv": "^16.4.7", "fs-extra": "^11.3.0" }, "devDependencies": { "@paschal_cheps/cypress-ms-teams-reporter": "^1.3.1", "@types/node": "^22.13.10", "cypress": "^14.2.0", "cypress-mochawesome-reporter": "^3.0.1", "typescript": "^5.3.2" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "prepare": "npm run build", "start-local": "node dist/index.js --ci-provider=local" } }