File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1919
2020# If True, existing logs from past test runs will be saved and take up space.
2121# If False, only the logs from the most recent test run will be saved locally.
22+ # You can also archive existing logs on the command line with: "--archive_logs"
2223ARCHIVE_EXISTING_LOGS = False
2324
2425# If True, existing downloads from past runs will be saved and take up space.
2526# If False, only the downloads from the most recent run will be saved locally.
2627ARCHIVE_EXISTING_DOWNLOADS = False
2728
2829# Default names for files saved during test failures.
29- # (These files will get saved to the "latest_logs/" folder)
30+ # (These files will get saved to the "latest_logs/" folder. )
3031SCREENSHOT_NAME = "screenshot.png"
3132BASIC_INFO_NAME = "basic_test_info.txt"
3233PAGE_SOURCE_NAME = "page_source.html"
You can’t perform that action at this time.
0 commit comments