addMedia question #2866
Replies: 4 comments
-
|
This also bugs me, especially as test devices often are emulators with tight space constraints. Related to that, having a |
Beta Was this translation helpful? Give feedback.
-
|
Seems reasonable to me. Let me convert this into a feature request! |
Beta Was this translation helpful? Give feedback.
-
|
See #2871 |
Beta Was this translation helpful? Give feedback.
-
|
I encountered the same problem. I initially resolved the issue using an ADB command to remove media from the emulator, but this solution is inconsistent. A command to remove the media would be greatly helpful, or perhaps the solution could be to replace the image if it's the same, rather than adding a new one. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m using the addMedia command, and it seems that when I run it a second time, the media files get duplicated on the device.
Is there a way to ensure the media is added only once or to overwrite existing files instead of duplicating them?
I checked https://github.com/mobile-dev-inc/Maestro/pull/1419/files
and looks like there is a code that should remove the media, but when test ends, the media stays and not deleted...
Update:
I see that the code that removed the media is no longer in the code base.... any idea why ?
Beta Was this translation helpful? Give feedback.
All reactions