Skip to content

Commit

Permalink
Merge pull request #753 from mykola-mokhnach/default_env
Browse files Browse the repository at this point in the history
Inherit the default process environment by default
  • Loading branch information
TikhomirovSergey authored Oct 23, 2017
2 parents 6882bc8 + e19307d commit 9c973d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public final class AppiumServiceBuilder

public AppiumServiceBuilder() {
usingPort(DEFAULT_APPIUM_PORT);
withEnvironment(System.getenv());
}

private static void validateNodeStructure(File node) {
Expand Down

0 comments on commit 9c973d3

Please sign in to comment.