@ssense/cucumber-testrail-sync
Advanced tools
Comparing version 3.0.2 to 3.0.3
#!/usr/bin/env node | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const program = require("commander"); | ||
@@ -4,0 +5,0 @@ const index_1 = require("../index"); |
#!/usr/bin/env node | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const program = require("commander"); | ||
@@ -4,0 +5,0 @@ const index_1 = require("../index"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
class GherkinFormatter { | ||
@@ -3,0 +4,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// tslint:disable-next-line:no-reference | ||
@@ -3,0 +4,0 @@ /// <reference path="../typings.d.ts" /> |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const readConfig_1 = require("./readConfig"); | ||
@@ -3,0 +4,0 @@ const ResultSynchronizer_1 = require("./ResultSynchronizer"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const path = require("path"); | ||
@@ -3,0 +4,0 @@ const _ = require("lodash"); |
@@ -10,2 +10,3 @@ "use strict"; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const TestrailApiClient = require("testrail-api"); | ||
@@ -12,0 +13,0 @@ const lodash_1 = require("lodash"); |
@@ -10,2 +10,3 @@ "use strict"; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const TestrailApiClient = require("testrail-api"); | ||
@@ -333,2 +334,3 @@ const path = require("path"); | ||
this.debug(`Found #${testcases.length} cases on TestRail for run_id = ${this.config.testrail.filters.run_id}`); | ||
// all runs in a test plan | ||
} | ||
@@ -335,0 +337,0 @@ else { |
{ | ||
"name": "@ssense/cucumber-testrail-sync", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Synchronize test cases from TestRail & pushes Cucumber results", | ||
@@ -50,3 +50,3 @@ "bin": { | ||
"string": "^3.3.1", | ||
"testrail-api": "^1.0.5", | ||
"testrail-api": "^1.0.6", | ||
"uniquefilename": "^1.1.1", | ||
@@ -77,3 +77,3 @@ "walkdir": "0.0.11" | ||
"mocha": "^2.5.3", | ||
"mock-fs": "^3.9.0", | ||
"mock-fs": "^4.2.0", | ||
"nock": "^8.0.0", | ||
@@ -80,0 +80,0 @@ "nyc": "^8.4.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
415747
1444
Updatedtestrail-api@^1.0.6