We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa7bfe commit c7e22bfCopy full SHA for c7e22bf
seleniumbase/config/settings.py
@@ -15,7 +15,8 @@
15
# This has no effect on Jenkins/S3/MySQL, which may still be saving test logs.
16
ARCHIVE_EXISTING_LOGS = False
17
18
-# Default names for files saved during test failures when logging is turned on
+# Default names for files saved during test failures when logging is turned on.
19
+# (These files will get saved to the "logs/" folder)
20
SCREENSHOT_NAME = "screenshot.jpg"
21
BASIC_INFO_NAME = "basic_test_info.txt"
22
PAGE_SOURCE_NAME = "page_source.html"
0 commit comments