Skip to content

Commit

Permalink
add avoidProxy to make things work in saucelabs for our CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Mar 30, 2016
1 parent 2b10d56 commit eb0da48
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ public class StandaloneConfiguration {
description = "<Integer> the timeout in seconds before the hub automatically ends a test that hasn't had any activity in the last X seconds. The browser will be released for another test to use. This typically takes care of the client crashes. For grid hub/node roles, CleanUpCycle must also be set. Default is 1800 (30 minutes)")
public Integer timeout = 1800;

@Parameter(
names = {"-avoidProxy"},
description = "DO NOT USE. Hack to allow selenium 3.0 server run in saucelabs"
)
private Boolean avoidProxy;

/**
* copy another configuration's values into this one if they are set.
* @param other
Expand Down

0 comments on commit eb0da48

Please sign in to comment.