We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we can manage operations with local app storage and app downloading using extra parameters:
+ -e APPIUM_APP_SIZE_DISABLE=true \ + -e APPIUM_APP_FETCH_RETRIES=2 \ + -e APPIUM_MAX_LOCK_FILE_LIFETIME=180 \ + -e APPIUM_APP_WAITING_TIMEOUT=90 \
let's put them into defaults/main.yml so they might be adjusted by admin much more easier
defaults/main.yml
The text was updated successfully, but these errors were encountered:
done for both linux and mac roles. default values includes APPIUM_APP_SIZE_DISABLE not disabled, i.e.:
-e APPIUM_APP_SIZE_DISABLE=false \ -e APPIUM_APP_FETCH_RETRIES=2 \ -e APPIUM_MAX_LOCK_FILE_LIFETIME=180 \ -e APPIUM_APP_WAITING_TIMEOUT=90 \
Sorry, something went wrong.
#267: added APPIUM_APP_* settings for appium containers
c2c7922
#267: declared APPIUM_APP params in better way for managing via defau…
56e9406
…lts/main.yml
Verified.
No branches or pull requests
we can manage operations with local app storage and app downloading using extra parameters:
let's put them into
defaults/main.yml
so they might be adjusted by admin much more easierThe text was updated successfully, but these errors were encountered: