cypress-testrail-simple
Version:
Simple upload of Cypress test results to TestRail
67 lines (66 loc) • 1.72 kB
JSON
{
"name": "cypress-testrail-simple",
"version": "3.3.63",
"description": "Simple upload of Cypress test results to TestRail",
"main": "index.js",
"files": [
"src",
"bin"
],
"bin": {
"testrail-close-run": "bin/testrail-close-run.js",
"testrail-start-run": "bin/testrail-start-run.js",
"testrail-check-case-ids": "bin/testrail-check-case-ids.js",
"testrail-run-results": "bin/testrail-run-results.js",
"testrail-print-case": "bin/testrail-print-case.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release",
"format": "prettier --write '{cypress,src,bin}/**/*.js'",
"print-case": "node ./bin/testrail-print-case.js --case 15"
},
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/cypress-testrail-simple.git"
},
"keywords": [
"cypress",
"testrail",
"plugin",
"reporter",
"cypress-plugin"
],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahmutov/cypress-testrail-simple/issues"
},
"homepage": "https://github.com/bahmutov/cypress-testrail-simple#readme",
"devDependencies": {
"console.table": "^0.10.0",
"cypress": "14.2.1",
"prettier": "^2.5.1",
"semantic-release": "^18.0.0"
},
"dependencies": {
"@actions/core": "^1.10.0",
"arg": "^5.0.1",
"debug": "^4.3.2",
"find-cypress-specs": "^1.31.3",
"find-test-names": "^1.28.3",
"globby": "^11",
"got": "^11.8.2"
},
"release": {
"branches": [
{
"name": "main"
},
{
"name": "suite-support",
"prerelease": true
}
]
}
}