testplane 8.42.4 → 8.42.6

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.42.4",
3
+ "version": "8.42.6",
4
4
  "description": "Tests framework based on mocha and wdio",
5
5
  "main": "build/src/index.js",
6
6
  "files": [
@@ -277,7 +277,7 @@ export interface CommonConfig {
277
277
  configPath?: string;
278
278
  automationProtocol: "webdriver" | "devtools";
279
279
  desiredCapabilities: WebdriverIO.Capabilities | null;
280
- sessionEnvFlags: Record<"isW3C" | "isChrome" | "isMobile" | "isIOS" | "isAndroid" | "isSauce" | "isSeleniumStandalone", boolean>;
280
+ sessionEnvFlags: Partial<Record<"isW3C" | "isChrome" | "isMobile" | "isIOS" | "isAndroid" | "isSauce" | "isSeleniumStandalone", boolean>>;
281
281
  gridUrl: string;
282
282
  baseUrl: string;
283
283
  sessionsPerBrowser: number;
@@ -23,7 +23,7 @@ interface RunOpts {
23
23
  enabled: boolean;
24
24
  beforeTest: boolean;
25
25
  onFail: boolean;
26
- port: number;
26
+ port?: number;
27
27
  };
28
28
  devtools: boolean;
29
29
  local: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testplane",
3
- "version": "8.42.4",
3
+ "version": "8.42.6",
4
4
  "description": "Tests framework based on mocha and wdio",
5
5
  "main": "build/src/index.js",
6
6
  "files": [