-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Is there any way to capture logs when level=0? #1439
-
Is there any way to capture logs when level=0? # I used -- html
and the log does not appear in the report
About Visual Tests whether there is a new iteration plan in the future?
Beta Was this translation helpful? Give feedback.
All reactions
The HTML reports capture stack traces for failing tests. (--html=report.html
). For each failing test, there will also be an entry in the latest_logs/
folder. That's the logging system.
The current Visual Testing solution has all the functionality that's needed: https://github.com/seleniumbase/SeleniumBase/blob/master/examples/visual_testing/ReadMe.md
Replies: 1 comment
-
The HTML reports capture stack traces for failing tests. (--html=report.html
). For each failing test, there will also be an entry in the latest_logs/
folder. That's the logging system.
The current Visual Testing solution has all the functionality that's needed: https://github.com/seleniumbase/SeleniumBase/blob/master/examples/visual_testing/ReadMe.md
Beta Was this translation helpful? Give feedback.