Example
Inside the test file
import io.mobileboost.gptdriver_ktl.GptDriversdkInstance = GptDriver(
apiKey = "<YOUR_API_KEY>",
deviceName = "Emulator",
platformVersion = "N/A",
additionalUserContext = "",
cachingMode = "INTERACTION_REGION", // Other options: "NONE", "FULL_SCREEN"
testId = "",
composeTestRule = composeTestRule
)sdkInstance.execute("Tap on the home button and verify it leads to the main screen")Simple test example:
Last updated