From 73d72a46f63d51700fc0adc1fa3a59465513b63b Mon Sep 17 00:00:00 2001 From: Igor Yegorov Date: Mon, 12 Jun 2017 01:20:22 +0300 Subject: [PATCH] leaveremoteopen --- tests/intern-appium.ts | 2 ++ tests/intern-browser.ts | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/intern-appium.ts b/tests/intern-appium.ts index c4cc658..67583ac 100644 --- a/tests/intern-appium.ts +++ b/tests/intern-appium.ts @@ -26,6 +26,8 @@ export const tunnelOptions = { port: 4723 }; +export const environmentRetries = 0; + export const proxyUrl = 'http://192.168.1.180:9000/'; export const reporters = ['Runner']; diff --git a/tests/intern-browser.ts b/tests/intern-browser.ts index 76e95ef..2d735d8 100644 --- a/tests/intern-browser.ts +++ b/tests/intern-browser.ts @@ -56,7 +56,8 @@ export const environments = [ platformName: 'iOS', automationName: 'XCUITest', fixSessionCapabilities: false, - 'idle-timeout': 600 + 'idle-timeout': 0, + leaveRemoteOpen: true }) // env({ // browserName: 'safari',