Table of Contents

Class LaunchOptions

Namespace
GroupeIsa.Neos.EndToEndTests.UI.Devices
Assembly
GroupeIsa.Neos.EndToEndTests.UI.dll

Represents the launch options.

public class LaunchOptions
Inheritance
LaunchOptions
Inherited Members

Properties

AuthenticationOptions

Gets or sets the authentication options.

public AuthenticationOptions? AuthenticationOptions { get; set; }

Property Value

AuthenticationOptions

TenantName

Gets or sets the tenant identifier.

public string? TenantName { get; set; }

Property Value

string

UserEmail

Gets or sets the user email.

public string? UserEmail { get; set; }

Property Value

string

UserFirstName

Gets or sets the user first name.

public string? UserFirstName { get; set; }

Property Value

string

UserIdentifier

Gets or sets the user identifier.

public string? UserIdentifier { get; set; }

Property Value

string

UserLastName

Gets or sets the user last name.

public string? UserLastName { get; set; }

Property Value

string