Page tree
Skip to end of metadata
Go to start of metadata




SetShowImageInReport(boolean showImage)


Supported in iOS Supported in Android

Description

This command enables you to configure the generated html report.
This can speed up the test execution because SeeTestAutomation will not capture a screenshot of the device after each step.

Note: Please note that the command will be valid for the entire script.

Parameters

  • boolean showImage
    • If set to True: It will take a screenshot from every step during the test and present them on the generated HTML report.
    • If set to False: No screenshots will be taken during the tests, even of failed steps.
  • No labels