UNPKG

testtrack-cli

Version:

Submit your automated test runs to your Test Track account project

39 lines (38 loc) 961 B
{ "name": "testtrack-cli", "version": "2.0.0", "description": "Submit your automated test runs to your Test Track account project", "main": "index.js", "scripts": { "build": "tsc", "start": "node ./dist/index.js --project-id=24843406 --api-key=YqAE4MJHSbE1quPUEEWfelIw77IEE6kA --file=/Users/chris/web_root/test-track-api/result.xml", "run": "npm run build && npm run start", "postinstall": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "test-track", "automated", "test", "run", "tests", "quality", "assurance", "qa" ], "author": "Chris Board @ Devso", "license": "ISC", "bin": { "test-track-cli": "dist/index.js" }, "dependencies": { "@types/react-dom": "^18.2.18", "@types/yargs": "^17.0.32", "axios": "^1.6.3", "typescript": "^5.3.3", "yargs": "13.2" }, "devDependencies": { "@types/node": "^20.10.6" } }