{"id":15779269,"url":"https://github.com/optimizory/vrest-ng-cli","last_synced_at":"2025-08-26T02:16:04.937Z","repository":{"id":55790149,"uuid":"202079151","full_name":"Optimizory/vrest-ng-cli","owner":"Optimizory","description":"Command line module for vREST NG. Integrates with any CI/CD server like Jenkins, TeamCity, Azure Devops etc.","archived":false,"fork":false,"pushed_at":"2024-08-12T12:51:36.000Z","size":95,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T18:42:48.949Z","etag":null,"topics":["api","api-automation","api-testing","automation-testing","azure-devops","ci-cd","cli","jenkins","openapi","openapi-validation","swagger","swagger-validation","teamcity","testing","testing-tools","validation"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Optimizory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-13T06:28:36.000Z","updated_at":"2024-08-12T12:51:03.000Z","dependencies_parsed_at":"2024-10-26T06:45:14.282Z","dependency_job_id":null,"html_url":"https://github.com/Optimizory/vrest-ng-cli","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/Optimizory/vrest-ng-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Optimizory%2Fvrest-ng-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Optimizory%2Fvrest-ng-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Optimizory%2Fvrest-ng-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Optimizory%2Fvrest-ng-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Optimizory","download_url":"https://codeload.github.com/Optimizory/vrest-ng-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Optimizory%2Fvrest-ng-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272160241,"owners_count":24883779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-automation","api-testing","automation-testing","azure-devops","ci-cd","cli","jenkins","openapi","openapi-validation","swagger","swagger-validation","teamcity","testing","testing-tools","validation"],"created_at":"2024-10-04T18:03:52.577Z","updated_at":"2025-08-26T02:16:04.874Z","avatar_url":"https://github.com/Optimizory.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vrest-ng-cli\n\nThis repository is just an npm wrapper around `vrest-ng-cli` binary. `vrest-ng-cli` is a command line utility aim to perform various tasks through command line. As of now, it provides two commands:\n1. **Run Command**\n\t1. Executes test cases on command line, which are created by [vREST NG](https://vrest.io).\n\t2. Run command can be used in any third party schedular like cron to schedule test cases.\n\t3. Run command can be used in any continuous integration server like Jenkins, TeamCity, Azure Devops, CircleCI, TravisCI etc.\n\n2. **Import Command**\n\t1. Import command is helpful in importing test data from various sources like vREST Cloud, Postman, Swagger.\n\t2. Import command can also be used in updating the swagger schema definitions in the project.\n\n## For NodeJS projects\n1. Simply install the module `vrest-ng-cli` as a dev dependency to your project by using the following commands:\n```\n$ cd /path/to/your/project\n$ npm install vrest-ng-cli --save-dev\n```\nNote: Please note that the `vrest-ng-cli` npm module is wrapper around vrest-ng-cli binary. The package version determines the version of the downloaded binary.\n\n## For projects which don't use NodeJS or npm\nSimply download the binary from the table below:\n### Download:\n\n| Version | Linux | Mac OS | Windows | Alpine |\n| ------------- | ------------ | ------------| ----------- | ----------- |\n| 2.5.4 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.5.4/vrest_ng_cli_linux_2_5_4) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.5.4/vrest_ng_cli_mac_2_5_4) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.5.4/vrest_ng_cli_win_2_5_4.exe) |[Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.5.4/vrest_ng_cli_alpine_2_5_4) |\n| 2.5.1 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.5.1/vrest_ng_cli_linux_2_5_1) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.5.1/vrest_ng_cli_mac_2_5_1) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.5.1/vrest_ng_cli_win_2_5_1.exe) |[Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.5.1/vrest_ng_cli_alpine_2_5_1) |\n| 2.5.0 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.5.0/vrest_ng_cli_linux_2_5_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.5.0/vrest_ng_cli_mac_2_5_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.5.0/vrest_ng_cli_win_2_5_0.exe) |[Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.5.0/vrest_ng_cli_alpine_2_5_0) |\n| 2.4.0 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.4.0/vrest_ng_cli_linux_2_4_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.4.0/vrest_ng_cli_mac_2_4_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.4.0/vrest_ng_cli_win_2_4_0.exe) |[Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.4.0/vrest_ng_cli_alpine_2_4_0) |\n| 2.3.2 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.3.2/vrest_ng_cli_linux_2_3_2) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.3.2/vrest_ng_cli_mac_2_3_2) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.3.2/vrest_ng_cli_win_2_3_2.exe) |[Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.3.2/vrest_ng_cli_alpine_2_3_2) |\n| 2.3.0 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.3.0/vrest_ng_cli_linux_2_3_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.3.0/vrest_ng_cli_mac_2_3_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.3.0/vrest_ng_cli_win_2_3_0.exe) |[Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.3.0/vrest_ng_cli_alpine_2_3_0) |\n| 2.1.0 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.1.0/vrest_ng_cli_linux_2_1_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.1.0/vrest_ng_cli_mac_2_1_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.1.0/vrest_ng_cli_win_2_1_0.exe) |[Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.1.0/vrest_ng_cli_alpine_2_1_0) |\n| 2.0.0 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.0.0/vrest_ng_cli_linux_2_0_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.0.0/vrest_ng_cli_mac_2_0_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v2.0.0/vrest_ng_cli_win_2_0_0.exe) | |\n| 1.9.2 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.9.2/vrest_ng_cli_linux_1_9_2) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.9.2/vrest_ng_cli_mac_1_9_2) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.9.2/vrest_ng_cli_win_1_9_2.exe) |[Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.9.2/vrest_ng_cli_alpine_1_9_2) | \n| 1.8.0 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.8.0/vrest_ng_cli_linux_1_8_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.8.0/vrest_ng_cli_mac_1_8_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.8.0/vrest_ng_cli_win_1_8_0.exe) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.8.0/vrest_ng_cli_alpine_1_8_0) |\n| 1.7.0 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.7.0/vrest_ng_cli_linux_1_7_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.7.0/vrest_ng_cli_mac_1_7_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.7.0/vrest_ng_cli_win_1_7_0.exe) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.7.0/vrest_ng_cli_alpine_1_7_0) |\n| 1.6.0 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.6.0/vrest_ng_cli_linux_1_6_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.6.0/vrest_ng_cli_mac_1_6_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.6.0/vrest_ng_cli_win_1_6_0.exe) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.6.0/vrest_ng_cli_alpine_1_6_0) |\n| 1.5.0 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.5.0/vrest_ng_cli_linux_1_5_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.5.0/vrest_ng_cli_mac_1_5_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.5.0/vrest_ng_cli_win_1_5_0.exe) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.5.0/vrest_ng_cli_alpine_1_5_0) |\n| 1.4.0 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.4.0/vrest_ng_cli_linux_1_4_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.4.0/vrest_ng_cli_mac_1_4_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.4.0/vrest_ng_cli_win_1_4_0.exe) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.4.0/vrest_ng_cli_alpine_1_4_0) |\n| 1.2.3 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.2.3/vrest_ng_cli_linux_1_2_3) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.2.3/vrest_ng_cli_mac_1_2_3) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.2.3/vrest_ng_cli_win_1_2_3.exe) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.2.3/vrest_ng_cli_alpine_1_2_3) |\n| 1.2.0 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.2.0/vrest_ng_cli_linux_1_2_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.2.0/vrest_ng_cli_mac_1_2_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.2.0/vrest_ng_cli_win_1_2_0.exe) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.2.0/vrest_ng_cli_alpine_1_2_0) |\n| 1.0.4 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.4/vrest_ng_cli_linux_1_0_4) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.4/vrest_ng_cli_mac_1_0_4) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.4/vrest_ng_cli_win_1_0_4.exe) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.4/vrest_ng_cli_alpine_1_0_4) |\n| 1.0.3 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.3/vrest_ng_cli_linux_1_0_3) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.3/vrest_ng_cli_mac_1_0_3) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.3/vrest_ng_cli_win_1_0_3.exe) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.3/vrest_ng_cli_alpine_1_0_3) |\n| 1.0.1 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.1/vrest_ng_cli_linux_1_0_1) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.1/vrest_ng_cli_mac_1_0_1) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.1/vrest_ng_cli_win_1_0_1.exe) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.1/vrest_ng_cli_alpine_1_0_1) |\n| 1.0.0 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.0/vrest_ng_cli_linux_1_0_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.0/vrest_ng_cli_mac_1_0_0) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v1.0.0/vrest_ng_cli_win_1_0_0.exe) ||\n| 0.8.4 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v0.8.4/vrest_ng_cli_linux_0_8_4) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v0.8.4/vrest_ng_cli_mac_0_8_4) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v0.8.4/vrest_ng_cli_win_0_8_4.exe) ||\n| 0.8.2 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v0.8.2/vrest_ng_cli_linux_0_8_2) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v0.8.2/vrest_ng_cli_mac_0_8_2) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v0.8.2/vrest_ng_cli_win_0_8_2.exe) ||\n| 0.8.1 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v0.8.1/vrest_ng_cli_linux_0_8_1) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v0.8.1/vrest_ng_cli_mac_0_8_1) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v0.8.1/vrest_ng_cli_win_0_8_1.exe) ||\n| 0.5.3 | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v0.5.3/vrest_runner_linux_0_5_3) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v0.5.3/vrest_runner_mac_0_5_3) | [Download](https://github.com/Optimizory/vrest-ng-cli/releases/download/v0.5.3/vrest_runner_win_0_5_3.exe) ||\n\n### Setup / Installation:\n\n1.  **For Windows Machine**\n\t1. This exe file can be executed on command prompt. So, double mouse click on the downloaded file will not help in executing the test cases.  \n\t2. First, move the downloaded binary file to the directory of your choice\n\t3. Rename the binary file to just vrest-ng-cli with the following command:\n  \n    `C:\\dir\\path\u003e move vrest_ng_cli_win_x_y_z.exe vrest-ng-cli.exe`\n    \n\t4. `Optional` Now add this binary file in your execution path by setting the environment variable PATH.\n\n2.  **For Linux / Mac Machine**\n\t1. First, move the downloaded binary file to the directory of your choice\n\t2. Rename the binary file to just vrunner with the following command:\n\n    `$ mv vrest_ng_cli_linux_x_y_z vrest-ng-cli`\n\n\t3. Make it executable by executing the following command:\n\n    `$ chmod +x vrest-ng-cli`\n\n\t4. Now add this binary file in your execution path.\n\n## Import Command\n\nThis is the command used to import test cases into vREST NG.\n\n### Usage Instructions\n```bash\nvrest-ng-cli import --projectdir=\"\u003cpath_to_project_directory\u003e\"\n\t--source=\"\u003cimport_source\u003e\"\n\t--sourcefile=\"\u003csource_file_path\u003e\"\n\t[--defaulttestsuite=\"\u003ctest_suite_name\u003e\"]\n\t[--updateonly=\"\u003ctrue_or_false\u003e\"]\n```\n### Example\n```bash\nvrest-ng-cli import --source=\"swagger\"\n\t--sourcefile=\"/path/to/your/swagger/file.json|yaml\"\n\t--projectdir=\"/path/to/your/project/directory\"\n\t--defaulttestsuite=\"Sample\\ Test\\ Suite\"\n\t--updateonly=\"true\"\n```\n\n### Options\n```bash\n--help              : Show help\n--source            : Import Source [required]\n                        [choices: \"vrest-cloud\", \"swagger\", \"postman\"]\n--sourcefile        : Provide the source file path which you want to import.\n--projectdir        : Provide the path of the project directory in you want to\n                      import/re-import the data. [required]\n--defaulttestsuite  : Provide the default test suite name.\n--updateonly        : Set this option if you want to update the test data instead of \n                      creating again. This option is applicable only for swagger source \n                      as of now. [default: false]\n```\n\n## Run Command\nThis is the command used for running the test cases that you stored in the project directory.\n\n### Usage Instructions\n```bash\nvrest-ng-cli run --projectdir=\"\u003cpath_to_tc_directory\u003e\"\n\t[--testsuites=\"\u003ccomma_separated_test_suite_names\u003e\"]\n\t[--tags=\"\u003ccomma_separated_tag_names\u003e\"]\n\t[--env=\u003cenvironment_name\u003e] \n\t[--nosslcheck=\u003cboolean_value\u003e]\n\t[--consoleLogging=\u003cboolean_value\u003e]\n\t[--logger=\u003cone_of_available_loggers\u003e]\n\t[--logfilepath=\"\u003cpath_of_log_file_for_logger\u003e\"]\n  [--record=\u003cboolean_value\u003e]\n  [--token=\u003ccli_token\u003e]\n```\n\n### Example\n```bash\nvrest-ng-cli run --projectdir=\"/path/to/your/project/directory\"\n\t--testsuites=\"Sample\\ Test\\ Suite\"\n\t--logger=xunit\n\t--logfilepath=\"/path/to/directory/for/vrest-logs/logs.xml\"\n```\nAnd if you would like to record the test execution results in the vREST NG Dashboard Service then\n```bash\nvrest-ng-cli run --projectdir=\"/path/to/your/project/directory\"\n  --testsuites=\"Sample\\ Test\\ Suite\"\n  --logger=xunit \n  --logfilepath=/path/to/directory/for/vrest-logs/logs.xml\n  --record=true\n  --token=\"paste the generated CLI Token here\"\n```\nNote: For information on generating CLI Token, you may look at our guide on [CLI Token](https://vrest.io/docs/dashboard/cli-token.html)\n\n### Options:\n```bash\n--projectdir      : Provide the path of the project directory which contains\n                    the testsuites.json file. If you dont provide any filter, \n                    then it will execute all the testcases available in the project.\n--testsuites      : Optional Filter: Provide the comma separated list of test\n                    suite names which you want to execute in double quotes.\n--tags            : Optional Filter: Provide the comma separated list of tags\n                    which you want to execute in double quotes.\n--methods         : Optional Filter: Provide the comma separated list of method\n                    names which you want to execute in double quotes.\n--exclude-testsuites: Optional exclude filter: Provide the comma separated\n                      list of test suite ids which you don't want to execute\n                      in double quotes.\n--exclude-tags    : Optional exclude filter: Provide the comma separated\n                    list of tags which you don't want to execute in double\n                    quotes.\n--exclude-methods : Optional exclude filter: Provide the comma separated\n                    list of method names which you don't want to execute in\n                    double quotes.\n-T, --timeout     : How much to wait for response after execution of test case.\n                    It should be provided in unit of seconds.\n                    e.g. -T=3 will wait for 3 seconds for response\n-N, --env         : Provide the environment name to initialize the global \n                    variables. By default environment `Default` is used.\n--vars, -v        : Provide extra run time variables through this option\n                    apart from `--env` option.                 [default: {}]\n--envfilepath     : Provide the environment file path containing extra run\n                    time variables (key/value pairs) in JSON format.\n--token           : Provide the authentication token to store the test \n                    run results on vREST NG Dashboard Service.\n--record          : If this argument is `true`, then the runner will\n                    record and store the test run results in vREST NG\n                    Dashboard Service.     [boolean] [default: false]\n-S, --nosslcheck  : If this argument is `true`, vRUNNER will process all \n                    requests, without Secure Certificate Check. By default \n                    Secure Certificate Check is enabled. This option is useful \n                    in self-signed certificate issues.\n-C, --consoleLogging: If this argument is `false`, then the runner will not\n                    log the results on console.\n-L, --logger      : Your desired logging of the runner execution process \n                    and result. This can be either `json` or `csv` \n                    or `xunit` or `custom`. By default `console` logger is used.\n-F, --logfilepath : Valid if other than `console` logger is selected.\n                    Absolute path of the log file, into which execution process \n                    and result logs will be dumped.\n                    If path/file is not present, tool will try to setup that path, \n                    and create file automatically.\n                    Please note that if file already exists, that will be overwritten.\n                    By default it will be the `vrest_logs/logs.[json|xml|csv]` in \n                    current directory.\n--logscriptpath   : Valid if logger value is `custom`. Provide file path of\n                    the logger script to generate custom formatted output.\n--stoponerror     : Specify -1 if you want to skip the current test suite on error. \n                    Specify 0 if you don't want to stop on error. Specify 1\n                    if you want to stop on first error. Otherwise specify\n                    any number if you want to stop the execution after the\n                    specified number of failed executions.     [default: 0]\n--proxy           : If this argument is `true`, then the runner will respect the \n                    proxy related environment variables HTTP_PROXY, HTTPS_PROXY. \n                    Otherwise it will not use the proxy settings. [boolean] [default: true]\n--help            : To see this help.\n```\n\n**Note:**\n1. For more information on how you may write a custom logger to generate customized output, you may follow our guide on [custom logger](https://vrest.io/docs/cli/custom-logger.html).\n2. For more information on providing run time variables through option `--vars` or `--envfilepath`, you may follow our guide on [run time variables](https://vrest.io/docs/cli/run-time-variables.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimizory%2Fvrest-ng-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foptimizory%2Fvrest-ng-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimizory%2Fvrest-ng-cli/lists"}