mirror of
https://github.com/appium/appium.git
synced 2026-01-26 12:18:51 -06:00
BREAKING CHANGE: This removes plugin/driver specific methods from `@appium/test-support`, and also removes the peer dep on `appium`. The methods can now be found in `@appium/plugin-test-support` and `@appium/driver-test-support`. Closes #17398