Skip to content

Commit 8deb6a1

Browse files
committed
Update comments
1 parent c205967 commit 8deb6a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

seleniumbase/config/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@
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"
2223
ARCHIVE_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.
2627
ARCHIVE_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.)
3031
SCREENSHOT_NAME = "screenshot.png"
3132
BASIC_INFO_NAME = "basic_test_info.txt"
3233
PAGE_SOURCE_NAME = "page_source.html"

0 commit comments

Comments
 (0)