Marco19
Marco19

Reputation: 11

Device ID from REST API Xamarin Test Cloud

The option --device take a Device ID which is in a hexadecimal format but if I obtain the device ID from REST API it's not in the correct format.

How can I obtain the Device ID in the correct format which i can pass it on command-prompt when I submit my tests ?

Upvotes: 0

Views: 160

Answers (1)

SushiHangover
SushiHangover

Reputation: 74134

The cmd line option is "-devices" (plural) and that string is generated with Test Cloud based upon the device(s) that you wish to test on.

To create this "list", run through the New Test Wizard and use the ID obtained to then use on your future cmd-line submissions.

Devices : The devices string generated by Xamarin Test Cloud.

To get this string:

Go to your Xamarin Test Cloud account.

Click New Test Run.

Step through the wizard.

When you reach the final page, copy the ID that >follows the --devices option.

Upvotes: 1

Related Questions