12 lines
499 B
C#
12 lines
499 B
C#
namespace FrontendPlatformUno.UITests
|
|
{
|
|
public class Constants
|
|
{
|
|
public readonly static string WebAssemblyDefaultUri = "http://localhost:5000/";
|
|
public readonly static string iOSAppName = "FrontendPlatformUno";
|
|
public readonly static string AndroidAppName = "FrontendPlatformUno";
|
|
public readonly static string iOSDeviceNameOrId = "iPad Pro (12.9-inch) (3rd generation)";
|
|
|
|
public readonly static Platform CurrentPlatform = Platform.Browser;
|
|
}
|
|
} |