AppiumTestDistribution / appium-device-farm

This is an Appium 2.0 plugin designed to manage and create driver sessions on available devices.
https://devicefarm.org
Other
318 stars 98 forks source link

Create Report Url When Running Automation #1303

Open erdncyz opened 3 weeks ago

erdncyz commented 3 weeks ago

Hi team,

Is there a chance to create a report url when the run starts and ı want to add this url attach my cucumber report or etc. My previous device farm is like under the method:

report_url = driver.bridge.capabilities["reportUrl"] attach('#{report_url}')

ı want this url http://127.0.0.1:4723/device-farm/#/builds?buildId=a0a632e7-606d-4554-8f58-fd82180bd4d9/session/9365da94-2a45-40d6-a523-628270dcb3ad

Url should include this page :

image
thuduyen07 commented 2 weeks ago

Hi team, are there any updates or solutions on this issue? Because the URL navigates to the list of sessions instead of the specific session's report, it leads to difficulty in checking the report.