Christopher Hiller
Christopher Hiller
## The problem - I have `appium-uiautomator2-driver` installed - Running `appium driver uninstall appium-uiautomator2-driver` fails, because Appium says it's not installed. ## What To Do About It So... yeah. The...
I started looking at this issue in #16966. So, the logging facilities are kind of difficult to maintain. I am not sure how they got to where they are now,...
I noticed in #16724 that there's no CHANGELOG getting generated for the automated releases of appium-adb. It should generate a changelog.
this doc is out-of-date. eg., the docs refer to a file which does not exist.
Running `appium driver list` or `appium plugin list` displays the "short" driver name, which is good, but it'd also be helpful if the package name was also displayed (linked via...
So, yeah, this just happened. `execute-driver-plugin` depended on `webdriverio`@7.19.3, but the root monorepo wanted `webdriverio`@7.19.5, which `@appium/types` also needs. given this was a difference of a couple patch upgrades, you'd...
Currently, there are some "test helpers" in `@appium/base-driver` and `@appium/base-plugin` which are intended for use by extension authors. In their current state, they are both awkward to reference `e.g., require('@appium/base-driver/build/test/helpers')`,...
Here: https://github.com/mantoni/mochify.js/blob/master/lib/chromium.js#L141 Mochify prints uncaught errors to stdout. It should print these to stderr (which is what Mocha does). @mantoni Any reason not to do this? Unclear if the code...
I've adapted the "proxyquire" scenario from the tests to show an issue. Below, I've added a second assertion, and a third file, `c.js`. The assertions made below, using CJS, pass...