Skip to content

Commit c7e22bf

Browse files
committed
Add to the settings description
1 parent baa7bfe commit c7e22bf

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
@@ -15,7 +15,8 @@
1515
# This has no effect on Jenkins/S3/MySQL, which may still be saving test logs.
1616
ARCHIVE_EXISTING_LOGS = False
1717

18-
# Default names for files saved during test failures when logging is turned on
18+
# Default names for files saved during test failures when logging is turned on.
19+
# (These files will get saved to the "logs/" folder)
1920
SCREENSHOT_NAME = "screenshot.jpg"
2021
BASIC_INFO_NAME = "basic_test_info.txt"
2122
PAGE_SOURCE_NAME = "page_source.html"

0 commit comments

Comments
 (0)