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 19
19
20
20
# If True, existing logs from past test runs will be saved and take up space.
21
21
# 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"
22
23
ARCHIVE_EXISTING_LOGS = False
23
24
24
25
# If True, existing downloads from past runs will be saved and take up space.
25
26
# If False, only the downloads from the most recent run will be saved locally.
26
27
ARCHIVE_EXISTING_DOWNLOADS = False
27
28
28
29
# 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. )
30
31
SCREENSHOT_NAME = "screenshot.png"
31
32
BASIC_INFO_NAME = "basic_test_info.txt"
32
33
PAGE_SOURCE_NAME = "page_source.html"
You can’t perform that action at this time.
0 commit comments