Type Alias LambdaTestConfig

LambdaTestConfig: {
    enableCameraImageInjection?: boolean;
    name: string;
    orientation?: DeviceOrientation;
    osVersion: string;
    provider: "lambdatest";
}

Type declaration

  • OptionalenableCameraImageInjection?: boolean

    Whether to enable camera injection on the device. Default is false.

  • name: string

    The name of the device to be used on LambdaTest. Checkout the list of devices supported by LambdaTest: https://www.lambdatest.com/list-of-real-devices Example: "iPhone 15 Pro Max", "Galaxy S23 Ultra".

  • Optionalorientation?: DeviceOrientation

    The orientation of the device on LambdaTest. Default orientation is "portrait".

  • osVersion: string

    The operating system version of the device to be used on LambdaTest. Checkout the list of OS versions supported by LambdaTest: https://www.lambdatest.com/list-of-real-devices Example: "14.0", "15.0".

  • provider: "lambdatest"