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

feat: Make automatic screenshot taking configurable #483

Merged
merged 4 commits into from
Mar 22, 2021

Conversation

mrmacete
Copy link

  • disable by default
  • initial disabling avoidable by setting env var DISABLE_SCREENSHOTS=NO
  • overridable on session start via disableAutomaticScreenshots capability

The reason for this change is that sometimes it's useful to turn this feature back on for debugging purposes, especially when working on complex setups with remote devices.

@mrmacete mrmacete changed the title Make automatic screenshot taking configurable feat: Make automatic screenshot taking configurable Mar 22, 2021
- disable by default
- initial disabling avoidable by setting env var DISABLE_SCREENSHOTS=NO
- overridable on session start via capability
So that the mere presence of ENABLE_AUTOMATIC_SCREENSHOTS in the env is
enough to enable them, regardless of the env var value.
@mykola-mokhnach mykola-mokhnach merged commit 53b2eb7 into appium:master Mar 22, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants