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

Render test results in modal #111

Closed saikrishna321 closed 3 years ago

saikrishna321 commented 3 years ago

Clicking on device card, we should be able to render test executed on that device.

  1. Total Test
  2. Total Pass
  3. Total Fail

Get: localhost:4723/testResult?udid=123432232

Returns:

[
  {
    "testcasename": "asdasd",
    "status": "pass/fail"
  },
  {
    "testcasename": "asdasd",
    "status": "pass/fail"
  }
]
saikrishna321 commented 3 years ago

Depends on https://github.com/AppiumTestDistribution/appium-device-farm/issues/80

saikrishna321 commented 3 years ago

https://github.com/sudharsan-selvaraj/appium-dashboard-plugin will hold this responsibility