cypress-xporter
Version:
CLI tool to sync Cypress test results with Jira, TestRail, and Confluence.
46 lines (45 loc) • 1.25 kB
JSON
{
"name": "cypress-xporter",
"version": "2.4.0",
"description": "CLI tool to sync Cypress test results with Jira, TestRail, and Confluence.",
"main": "index.js",
"bin": {
"cypress-xporter": "./index.js"
},
"homepage": "https://github.com/kabirfaisal1/cypress-reporter/blob/main/packages/cypress-xporter/README.md",
"repository": {
"type": "git",
"url": "https://github.com/kabirfaisal1/cypress-reporter"
},
"bugs": {
"url": "https://github.com/kabirfaisal1/cypress-reporter/issues",
"email": "md.kabirfaisal@outlook.com"
},
"scripts": {
"report": "node ./index.js",
"run-all-tools": "node ./index.js --jira --testrail --confluence",
"run-jira-testrail": "node ./index.js --jira --testrail",
"run-confluence-testrail": "node ./index.js --testrail --confluence",
"run-testrail": "node ./index.js --testrail"
},
"keywords": [
"cypress",
"jira",
"testrail",
"confluence",
"reporter",
"test-reports",
"cli"
],
"author": "Kabir Faisal",
"license": "MIT",
"type": "commonjs",
"dependencies": {
"axios": "^1.8.4",
"chalk": "^4.1.2",
"dotenv": "^16.4.7",
"fast-glob": "^3.3.3",
"form-data": "^4.0.0",
"minimist": "^1.2.8"
}
}