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 6150e7b commit baebadeCopy full SHA for baebade
seleniumbase/config/settings.py
@@ -31,8 +31,8 @@
31
BASIC_INFO_NAME = "basic_test_info.txt"
32
PAGE_SOURCE_NAME = "page_source.html"
33
34
-# Default names for folders and files saved when reports are turned on.
35
-# Usage: "--report" and "--with-testing_base" together. (NOSETESTS only)
+# Default names for files and folders saved when using nosetests reports.
+# Usage: "--report". (NOSETESTS only)
36
LATEST_REPORT_DIR = "latest_report"
37
REPORT_ARCHIVE_DIR = "archived_reports"
38
HTML_REPORT = "report.html"
0 commit comments