appium-device-farm
appium-device-farm copied to clipboard
When aborting execution in between, getting session null error all the time until i restart the appium again.
Describe the bug
When running automation using device farm , and sometime when we stop it in between, session are going in pending status and until it is released, getting session null issue
Link to Appium logs
https://github.com/AnilPatidar/crashlogs/blob/main/device-farm-crash
Environment
- Appium version: Appium v2.10.3
- Npm or Yarn package manager: 10.2.3
- Mobile platform/version under test: android
- Real device or emulator/simulator: real
- Appium CLI or Appium.app|exe:
✔ Listing available plugins
- [email protected] [installed (npm)]
- [email protected] [installed (npm)]
- [email protected] [installed (npm)]
- [email protected] [installed (npm)]
- [email protected] [installed (npm)]
- [email protected] [installed (npm)]
- [email protected] [installed (npm)]
@AnilPatidar sometime it we stop it in between What you mean by this? You kill the client side session?
Yes @saikrishna321 , client side we stop automation execution.