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 dab7c49 commit 8ccc2c4Copy full SHA for 8ccc2c4
seleniumbase/config/settings.py
@@ -25,9 +25,8 @@
25
# If False, only the downloads from the most recent run will be saved locally.
26
ARCHIVE_EXISTING_DOWNLOADS = False
27
28
-# Default names for files saved during test failures when logging is turned on.
+# Default names for files saved during test failures.
29
# (These files will get saved to the "latest_logs/" folder)
30
-# Usage: "--with-testing_base"
31
SCREENSHOT_NAME = "screenshot.png"
32
BASIC_INFO_NAME = "basic_test_info.txt"
33
PAGE_SOURCE_NAME = "page_source.html"
0 commit comments