testrail-api-client
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13560
108