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

Expose environment variable to run test on specific platform #180

Closed SrinivasanTarget closed 3 years ago

SrinivasanTarget commented 3 years ago

Currently, we check if we are in macOs and fetch all devices (i.e) both android and iOS by default. Question of what if user wants to run android alone or iOS alone even if they are using macOS?https://github.com/AppiumTestDistribution/appium-device-farm/blob/main/src/Devices.ts#L138-#L140

saikrishna321 commented 3 years ago

181 use this.cliArgs to arguments

saikrishna321 commented 3 years ago

Fixed in v1.0.0-beta.8