-
Notifications
You must be signed in to change notification settings - Fork 4
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
provide debug option for the appium container #167
Comments
Merged
To check this enhancement you need to change Dockerfile variables before build: ENV DEBUG=true
ENV DEBUG_TIMEOUT=3600
ENV VERBOSE=true or run an already built container with docker run --env DEBUG=true --env VERBOSE=true ... IMAGE [COMMAND] [ARG...] after that you need to broke some code to provoke container to exit (in usual situation) and check that container has not exited. Also you need to check logs for verbose output. |
Reopened
|
Tested on public.ecr.aws/zebrunner/appium:2.0.12-beta8 Verified. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for details visit: zebrunner/mcloud-device#135
The text was updated successfully, but these errors were encountered: