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
335 stars 102 forks source link

[Dashboard] Open up a new page/model and list device properties #80

Closed SrinivasanTarget closed 3 years ago

SrinivasanTarget commented 3 years ago

Open up a new page or model and list device properties when clicking on a particular device on the main screen. We don't have an endpoint at the moment so this requires building an endpoint first then working on the dashboard.

SrinivasanTarget commented 3 years ago

https://github.com/AppiumTestDistribution/DeviceManager/blob/master/src/main/java/com/github/device/Device.java#L12

saikrishna321 commented 3 years ago

Fix conflicts from branch dev

Ishwarya-Selvaraj commented 3 years ago

Fixed the conflicts from branch dev and created PR #113

saikrishna321 commented 3 years ago

device-farm will no longer have any test information. https://github.com/sudharsan-selvaraj/appium-dashboard-plugin will own that and we will integrate device-farm with dashboard plugin.

@sudharsan-selvaraj