testplane 8.29.1 → 8.29.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testplane",
3
- "version": "8.29.1",
3
+ "version": "8.29.2",
4
4
  "description": "Tests framework based on mocha and wdio",
5
5
  "main": "build/src/index.js",
6
6
  "files": [
@@ -3,6 +3,7 @@
3
3
  import "./browser/types";
4
4
  import "expect-webdriverio";
5
5
  import { GlobalHelper } from "./types";
6
+ export { run as runCli } from "./cli";
6
7
  export { Testplane as default } from "./testplane";
7
8
  export { Key } from "@testplane/webdriverio";
8
9
  export * from "./mock";
@@ -26,7 +26,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.TimeTravelMode = exports.unstable = exports.Key = exports.default = void 0;
29
+ exports.TimeTravelMode = exports.unstable = exports.Key = exports.default = exports.runCli = void 0;
30
30
  // Declares global hooks
31
31
  // eslint-disable-next-line @typescript-eslint/triple-slash-reference
32
32
  /// <reference path="../typings/global.d.ts" />
@@ -34,6 +34,8 @@ exports.TimeTravelMode = exports.unstable = exports.Key = exports.default = void
34
34
  require("./browser/types");
35
35
  // Declares global expect function
36
36
  require("expect-webdriverio");
37
+ var cli_1 = require("./cli");
38
+ Object.defineProperty(exports, "runCli", { enumerable: true, get: function () { return cli_1.run; } });
37
39
  var testplane_1 = require("./testplane");
38
40
  Object.defineProperty(exports, "default", { enumerable: true, get: function () { return testplane_1.Testplane; } });
39
41
  var webdriverio_1 = require("@testplane/webdriverio");
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAAwB;AACxB,qEAAqE;AACrE,+CAA+C;AAC/C,uCAAuC;AACvC,2BAAyB;AACzB,kCAAkC;AAClC,8BAA4B;AAG5B,yCAAmD;AAA1C,oGAAA,SAAS,OAAW;AAC7B,sDAA6C;AAApC,kGAAA,GAAG,OAAA;AACZ,yCAAuB;AAEvB,uDAAuC;AAgBvC,mCAA0C;AAAjC,wGAAA,cAAc,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAAwB;AACxB,qEAAqE;AACrE,+CAA+C;AAC/C,uCAAuC;AACvC,2BAAyB;AACzB,kCAAkC;AAClC,8BAA4B;AAG5B,6BAAsC;AAA7B,6FAAA,GAAG,OAAU;AACtB,yCAAmD;AAA1C,oGAAA,SAAS,OAAW;AAC7B,sDAA6C;AAApC,kGAAA,GAAG,OAAA;AACZ,yCAAuB;AAEvB,uDAAuC;AAgBvC,mCAA0C;AAAjC,wGAAA,cAAc,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testplane",
3
- "version": "8.29.1",
3
+ "version": "8.29.2",
4
4
  "description": "Tests framework based on mocha and wdio",
5
5
  "main": "build/src/index.js",
6
6
  "files": [