UNPKG

railflow

Version:

Railflow is a command line interface for TestRail. Railflow comes with out-of-the-box functionality for processing a wide variety of test frameworks and tools such as JUnit, TestNG, Pytest, XUnit, NUnit, Postman, Katalon, MSTest, Cucumber, SpecFlow, and m

70 lines 2.05 kB
{ "name": "railflow", "version": "2.1.26", "description": "Railflow is a command line interface for TestRail. Railflow comes with out-of-the-box functionality for processing a wide variety of test frameworks and tools such as JUnit, TestNG, Pytest, XUnit, NUnit, Postman, Katalon, MSTest, Cucumber, SpecFlow, and many more. Railflow fits easily within your CICD process using Jenkins, Github, Gitlab, Travis, Circle, TeamCity, etc.", "main": "index.js", "scripts": { "lint": "eslint .", "build": "npm run lint && tsc -sourcemap -p .", "test": "jest --coverage --maxWorkers 2", "ci-test": "jest --ci --reporters=default --reporters=jest-junit", "create": "npm run build && npm run test", "package": "gulp build", "refresh": "rm -rf ./node_modules ./package-lock.json && npm install", "prepare": "husky install" }, "bin": { "railflow": "bin/railflow.js" }, "keywords": [ "testrail", "junit", "testng", "cypress", "xunit", "pytest", "katalon", "readyapi", "jenkins", "teamcity", "gitlab", "github", "travis", "circleci" ], "homepage": "https://railflow.io", "author": "", "license": "ISC", "dependencies": { "@sentry/node": "7.120.3", "agentkeepalive": "4.2.0", "axios": "1.3.3", "axios-retry": "3.4.0", "commander": "8.0.0", "cryptolens": "1.0.3", "csv-parse": "4.16.0", "form-data-encoder": "1.7.2", "glob": "7.2.3", "https-proxy-agent": "5.0.0", "isomorphic-webcrypto": "2.3.8", "jsdom": "20.0.0", "kleur": "4.1.5", "log4js": "6.4.0", "mime-types": "2.1.27", "moment": "2.29.4", "node-domexception": "1.0.0", "socks-proxy-agent": "5.0.0", "source-map-support": "0.5.19", "strip-ansi": "6.0.1", "superagent": "6.1.0", "tmp": "0.2.1", "uuid": "8.3.1", "web-streams-polyfill": "4.0.0-beta.1", "xml2js": "0.5.0" }, "devDependencies": [], "lint-staged": { "*.js": "eslint --cache --fix", "*.{js,ts}": "prettier --write" } }