Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to set an arbitrary place for ValueBox #26

Open
KazuCocoa opened this issue Apr 12, 2023 · 2 comments
Open

Allow users to set an arbitrary place for ValueBox #26

KazuCocoa opened this issue Apr 12, 2023 · 2 comments

Comments

@KazuCocoa
Copy link
Contributor

KazuCocoa commented Apr 12, 2023

ValueBox currently creates a directory in a user-specific place. For example, /home/user/.local/share/appium-lg-webos-driver-nodejs on Linux. The /home/user/.local/share is hard coded place by envPath. We'd like to manage driver specific files in a place such as /home/user/project/path instead of the hardcoded place by envPath.

For example when we set LG_WEBOS_DRIVER_VALUE_BOX=/home/user/project/path, the value box will create files in LG_WEBOS_DRIVER_VALUE_BOX/appium-lg-webos-driver-nodejs instead of /home/user/.local/share/appium-lg-webos-driver-nodejs.

@KazuCocoa
Copy link
Contributor Author

cc @jlipps @boneskull

@boneskull
Copy link
Collaborator

ValueBox is @appium/strongbox or will be soon, so I'll implement it there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants