|
42 | 42 | | -------- | ----------- |
|
43 | 43 | | **App File** | - If you want to test a single app, choose **...** and select the .apk file.<br />- If you want to test multiple apps, specify a match pattern filter. You can use a single-folder wildcard (`*`) and recursive wildcards (`**`). For example, `**/*.apk` searches for all .apk files in all subdirectories. |
|
44 | 44 | | **dSYM File** | To make crash logs easier to read, upload a .dSYM file that is associated with your app. Specify a path relative to the .ipa file. You can use a match pattern filter. For example: `*.dSYM`<br />**Note:** This argument applies only to iOS apps. |
|
45 |
| -| **Team API Key** | Your Xamarin Test Cloud Team API key. To get it, go to your [Xamarin Test Cloud account](https://testcloud.xamarin.com/account), and then to **Teams & Apps**.<br />**Important:** Use a [secret variable](../../build/variables.md) to avoid exposing this value. | |
46 |
| -| **User Email** | Email address of your [Xamarin Test Cloud account](https://testcloud.xamarin.com/account). | |
47 |
| -| **Devices** | The devices string generated by Xamarin Test Cloud. To get this string:<br />- Go to your [Xamarin Test Cloud account](https://testcloud.xamarin.com/account).<br />- Choose **New Test Run**.<br />- Step through the wizard.<br />- When you reach the final page, copy the ID that follows the **--devices** option. | |
| 45 | +| **Team API Key** | Your Xamarin Test Cloud Team API key. To get it, go to your [Xamarin Test Cloud account](https://testcloud.xamarin.com/), and then to **Teams & Apps**.<br />**Important:** Use a [secret variable](../../build/variables.md) to avoid exposing this value. | |
| 46 | +| **User Email** | Email address of your [Xamarin Test Cloud account](https://testcloud.xamarin.com/). | |
| 47 | +| **Devices** | The devices string generated by Xamarin Test Cloud. To get this string:<br />- Go to your [Xamarin Test Cloud account](https://testcloud.xamarin.com/).<br />- Choose **New Test Run**.<br />- Step through the wizard.<br />- When you reach the final page, copy the ID that follows the **--devices** option. | |
48 | 48 | | **Series** | Series name for the test run. For example, `master`, `production`, or `beta`. See [Xamarin: Creating A Test Run for a Team](https://developer.xamarin.com/guides/testcloud/organizations-and-teams/creating-a-test-run/). |
|
49 | 49 | | **Test Assembly Directory** | Relative path to the folder that contains the test assemblies. For example: `SolutionName/TestsProjectName/bin/Release`. |
|
50 | 50 | | **Advanced - Parallelization** | Select None, By test fixture, or By test method. |
|
51 | 51 | | **Advanced - System Language** | Select your language. If it isn't displayed, select Other and then enter its locale below. For example: `en_AU`. |
|
52 | 52 | | **Advanced - test-cloud.exe Location** | Location of test-cloud.exe. In most cases leave this set to the default value. |
|
53 |
| -| **Advanced - Optional Arguments** | (Optional) Arguments passed to test-cloud.exe. See [Submitting UITests at the Command Line](https://developer.xamarin.com/guides/testcloud/uitest/working-with/submitting-tests-at-command-line/). | |
| 53 | +| **Advanced - Optional Arguments** | (Optional) Arguments passed to test-cloud.exe. See [Submitting UITests at the Command Line](/xamarin/tools/ci/teamcity#submitting-xamarinuitests-to-test-cloud). | |
54 | 54 | | **Advanced - Publish results to VSO/TFS** | Select if you want to pass the **--nunit-xml** option to test-cloud.exe so that results from the NUnit xml file are be published to TFS or Azure Pipelines. |
|
55 | 55 | | **Control options** | See [Control options](../../process/tasks.md#controloptions) |
|
56 | 56 |
|
|
0 commit comments