Skip to content

Commit

Permalink
leaveremoteopen
Browse files Browse the repository at this point in the history
  • Loading branch information
iyegoroff committed Jun 11, 2017
1 parent 7057ffe commit 73d72a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/intern-appium.ts
Expand Up @@ -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'];
3 changes: 2 additions & 1 deletion tests/intern-browser.ts
Expand Up @@ -56,7 +56,8 @@ export const environments = [
platformName: 'iOS',
automationName: 'XCUITest',
fixSessionCapabilities: false,
'idle-timeout': 600
'idle-timeout': 0,
leaveRemoteOpen: true
})
// env({
// browserName: 'safari',
Expand Down

0 comments on commit 73d72a4

Please sign in to comment.