mirror of
https://github.com/appium/appium.git
synced 2026-04-29 23:09:31 -05:00
d3c11e364d
* feat: add ability for drivers and plugins to recieve cli args * chore: fix typo * fix: make changes based on feedback * feat: remove driver-specific server args from appium * fix: resolve merge conflict * fix: make changes based on feedback * feat: add support for driver cli args in base driver * feat: add support for testing driver args in fake-driver * refactor: remove support for -custom locator strategy(should be handled by plugins instead) * fix: makes changes based on feedback * fix: remove outdated/unused args * fix: fix docs * fix: make changes based on feedback * fix: make changes based on feedback * fix: make changes based on feedback * fix: make changes based on feedback * fix: make tests pass * test: tests are passing locally but not in CI, try something different to get them to pass * test: try uninstalling fake-driver and reinstalling fake driver from packages * fix: revert driver-e2e-specs.js and update node.js.yml * fix: update package.json * fix: add special case to npm * fix: add todo * fix: how relative paths are resolved in linkPackage