Class AutomatedQARuntimeSettings
Inheritance
AutomatedQARuntimeSettings
Syntax
public static class AutomatedQARuntimeSettings : object
Fields
DEVICE_TESTING_API_ENDPOINT
Declaration
public static readonly string DEVICE_TESTING_API_ENDPOINT
Field Value
GAMESIM_API_ENDPOINT
Declaration
public static readonly string GAMESIM_API_ENDPOINT
Field Value
Properties
ActivateClickFeedbackFx
Activates ripple effect on point of click during playback of recordings.
Declaration
public static bool ActivateClickFeedbackFx { get; set; }
Property Value
ActivateDragFeedbackFx
Activates drag effect between drag start and drag release during playback of recordings.
Declaration
public static bool ActivateDragFeedbackFx { get; set; }
Property Value
ActivateHighlightFeedbackFx
Activates highlight effect on point of click during playback of recordings.
Declaration
public static bool ActivateHighlightFeedbackFx { get; set; }
Property Value
ActivatePlaybackVisualFx
Enable or disable visual Fx feedback for actions taken during playback of recordings.
If true, check individual feedback booleans to see if a subset will be activated.
Declaration
public static bool ActivatePlaybackVisualFx { get; set; }
Property Value
AutomatedQaSettingsFileName
Declaration
public static string AutomatedQaSettingsFileName { get; set; }
Property Value
AutomatedQASettingsResourcesPath
Name of the relative data path that our files are stored under.
Declaration
public static string AutomatedQASettingsResourcesPath { get; set; }
Property Value
buildType
Declaration
public static BuildType buildType { get; }
Property Value
EnableScreenshots
Allows screenshots to be recorded during test run. These are used to show screenshots in reports.
Declaration
public static bool EnableScreenshots { get; set; }
Property Value
Declaration
public static HostPlatform hostPlatform { get; }
Property Value
PackageAssetsFolderName
Name of the Assets data path that our files are stored under.
Declaration
public static string PackageAssetsFolderName { get; set; }
Property Value
PackageAssetsFolderPath
Name of the Assets data path that our files are stored under.
Declaration
public static string PackageAssetsFolderPath { get; set; }
Property Value
PersistentDataPath
Folder on device where we store Automated QA temp and customization data.
Declaration
public static string PersistentDataPath { get; set; }
Property Value
RecordingDataPath
Full path to folder on device where we store recording files.
Declaration
public static string RecordingDataPath { get; set; }
Property Value
recordingFileStorage
Declaration
public static RecordingFileStorage recordingFileStorage { get; }
Property Value
RecordingFolderPath
Name of folder on device where we store recording files.
Declaration
public static string RecordingFolderPath { get; set; }
Property Value
Methods
GetBooleanFromCustomSettings(String)
Declaration
public static bool GetBooleanFromCustomSettings(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
GetCustomSettingsData()
Declaration
public static AutomatedQARuntimeSettings.AutomatedQASettingsData GetCustomSettingsData()
Returns
GetFloatFromCustomSettings(String)
Declaration
public static float GetFloatFromCustomSettings(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
GetIntFromCustomSettings(String)
Declaration
public static int GetIntFromCustomSettings(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
GetStringFromCustomSettings(String)
Declaration
public static string GetStringFromCustomSettings(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
RefreshConfig()
Resources are cached. Changes made to them in run time will not be seen until reload. Since edits to configs won't happen outside of editor, use Resources.Load outside of editor and File.ReadAllText in editor.
Declaration
public static void RefreshConfig()