This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AppCenter.
Summary
Settings for appcenter test prepare uitest.
Creates an artifacts directory with Xamarin UI Tests..
- Assembly
- Cake
.AppCenter .dll - Namespace
- Cake
.AppCenter - Base Types
-
- ToolSettings
- AutoToolSettings
graph BT
Type-->Base0["AutoToolSettings"]
click Base0 "/api/Cake.AppCenter/AutoToolSettings"
Base0-->Base1["ToolSettings"]
Type["AppCenterTestPrepareUitestSettings"]
class Type type-node
Syntax
public sealed class AppCenterTestPrepareUitestSettings : AutoToolSettings
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
Compiler |
Constructors
Name | Summary |
---|---|
App |
Properties
Name | Value | Summary |
---|---|---|
AppPath | string |
--app-path <arg>
Path to an application file
|
ArtifactsDir | string |
--artifacts-dir <arg>
Path to the artifacts directory to create
|
AssemblyDir | string |
--assembly-dir <arg>
Obsolete. Please use --build-dir instead
|
BuildDir | string |
--build-dir <arg>
Path to the directory with the built test assemblies (usually <project>/bin/<configuration>)
|
Debug | Nullable |
--debug
Display extra output for debugging
|
DisableTelemetry | Nullable |
--disable-telemetry
Disable telemetry for this command
|
Env | string |
--env <arg>
Environment when using API token
|
ExcludeCategory | string[] |
--exclude-category <arg>
NUnit category to not run. (Can be used multiple times) (When include and/or fixture are combined with exclude, all tests with the included categories are run, except for those also marked with the excluded categories)
|
Fixture | string[] |
--fixture <arg>
NUnit fixture / namespace to run. If used with include- / exclude-category the fixture filter is applied first (Can be used multiple times)
|
FixtureChunk | Nullable |
--fixture-chunk
Run tests in parallel by fixture, ignore the use of include- / exclude-category
|
Help | Nullable |
-h|--help
Display help for current command
|
Include | string |
--include <arg>
Additional files and directories to include. The value must be either path relative to the input directory, or be in format "targetDir=sourceDir"
|
IncludeCategory | string[] |
--include-category <arg>
NUnit category to run. (Can be used multiple times)
|
KeyAlias | string |
--key-alias <arg>
Alias to the key in the keystore. Corresponds to the "-alias" argument in jarsigner
|
KeyPassword | string |
--key-password <arg>
Password to the matching private key in the keystore. Corresponds to the "-keypass" argument in jarsigner
|
Output | string |
--output <arg>
Output format: json
|
Quiet | Nullable |
--quiet
Auto-confirm any prompts without waiting for input
|
SignInfo | string |
--sign-info <arg>
Use Signing Info for signing the test server.
|
StorePassword | string |
--store-password <arg>
Password to the keystore. Corresponds to the "-storepass" argument in jarsigner
|
StorePath | string |
--store-path <arg>
Path to the keystore file
|
TestChunk | Nullable |
--test-chunk
Run tests in parallel by method
|
TestParameter | string |
-p|--test-parameter <arg>
Additional test parameters. The value must be in format "key=value"
|
Token | string |
--token <arg>
API token
|
UitestToolsDir | string |
--uitest-tools-dir <arg>
Path to the directory containing the Xamarin UI Tests tools including test-cloud.exe
|
Version | Nullable |
-v|--version
Display appcenter version
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|