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.
- package/build/package.json +1 -1
- package/build/src/index.d.ts +1 -0
- package/build/src/index.js +3 -1
- package/build/src/index.js.map +1 -1
- package/package.json +1 -1
package/build/package.json
CHANGED
package/build/src/index.d.ts
CHANGED
package/build/src/index.js
CHANGED
|
@@ -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");
|
package/build/src/index.js.map
CHANGED
|
@@ -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"}
|