AppiumTestDistribution / appium-device-farm

This is an Appium 2.0 plugin designed to manage and create driver sessions on available devices.
https://devicefarm.org
Apache License 2.0
292 stars 90 forks source link

Fix Device logs and profiling #1177

Closed SrinivasanTarget closed 2 weeks ago

SrinivasanTarget commented 2 weeks ago

I see the session is getting removed from session manager even before the test completes or well before the deletesession gets called so switched from req method condition to command Name

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appium-device-farm-bre4 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 14, 2024 6:05pm
netlify[bot] commented 2 weeks ago

Deploy Preview for voluble-wisp-b266e5 failed.

Name Link
Latest commit 892132aa9344408f903611490080dbff1ee88b1d
Latest deploy log https://app.netlify.com/sites/voluble-wisp-b266e5/deploys/666c8628619dfe000888ba42
sudharsan-selvaraj commented 2 weeks ago

Nice catch on the delete session part. Looks great bro!