Marie
Marie
### Current Behavior appium-inspector currently uses electon 13, which reached it's End of Life more than 2 years ago. ### Suggested Solution Upgrade electron ### Additional Information https://endoflife.date/electron
## Proposed Changes Adds an option to disable the update check ## Testing ## Issues Fixed
## Proposed Changes This PR allows maestro to work on Android API 21-23 devices. It depends on a change in dadb and currently uses a git dependency, which I'll change...
## Proposed Changes This PR adds a new command `simulateNetworkFailure` which starts a stub proxy which closes all received connections to simulate a network failure. ## Testing Ran this flow...
## Proposed Changes add a new command for controlling the airplane mode of android devices. ## Testing ran the following flow on android 27 and 28 emulators: ```yaml appId: org.wikipedia...
This PR implements support for the adb v1 shell protocol. This allows dadb (and maestro) to work on API < 24. I had issues with the graalvm gradle stuff not...
While trying to add support for API 23 to maestro, I noticed some test failures:  Especially the tcp forwarding tests, I suspect that there might be a bug in...
If I'm seeing this correctly, it should be possible to have unlimited retries in the implementation, but there seems no way of doing that via the public API, because the...
This PR adds a configuration file for nginx. The history mode routing is not working correctly without this configuration. Every non-index route would be a 404 without this config.
## Proposed Changes This PR updates all dependencies to their latest versions. A few dependencies such as ktor and logback had vulnerabilites before (also see #1720) It also raises the...