SeeTest Client - SetShowImageInReport
info
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
SetShowImageInReport(boolean showImage)
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.
info
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.