Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

testrail-api-client

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testrail-api-client - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

4

package.json
{
"name": "testrail-api-client",
"version": "1.0.14",
"version": "1.0.15",
"description": "JavaScript client for TestRail API",

@@ -45,4 +45,4 @@ "main": "index.js",

"coverage": "./node_modules/.bin/istanbul cover --report html node_modules/.bin/_mocha --check-leaks",
"coverageci": "./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha"
"coverageci": "./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
}
}

@@ -65,3 +65,3 @@ # testrail-api-client

### getCasesFromRun
### getTests

@@ -71,3 +71,3 @@ ```js

client
.getCasesFromRun(runId)
.getTests(runId)
.then(function (cases) {

@@ -110,3 +110,1 @@ console.log(`Number of cases from run #${runId}: ${cases.length}`);

| TESTRAIL_PROJECTID | This is a required variable to point client to the right project.<br /><br />_Required_<br />Example: `1` |
TEST
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc