Inherit the default process environment by default by mykola-mokhnach · Pull Request #753 · appium/java-client
Change list
I see many people are struggling because of the fact that we set an empty environment by default while building Appium executor. This causes Appium drivers to fail unexpectedly since they cannot find executables that are supposed to available in PATH. This PR adds all the inherited process env variable to the builder by default.
Types of changes
- No changes in production code.
- Bugfix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)