Closed SrinivasanTarget closed 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
Fixed in v1.0.0-beta.8
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