-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
The method set_save_screenshot_on_fail is settings incorrect configuration parameter.
Py-TestUI/testui/support/appium_driver.py
Lines 270 to 273 in 885837e
| def set_save_screenshot_on_fail(self, save_screenshot_on_fail: bool): | |
| """Set save screenshot on fail""" | |
| self.__configuration.save_full_stacktrace = save_screenshot_on_fail | |
| return self |
It sets save_full_stacktrace variable instead of save_screenshot_on_fail
Metadata
Metadata
Assignees
Labels
No labels