You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the existing methods, sb.save_screenshot_to_logs() and sb.save_data_to_logs(data), we should also have sb.save_page_source_to_logs(). It'll save the page source to the existing logs folder.
Note that the page source is already saved during test failures. With this ticket complete, it can also be saved at any time.