Is there any way to capture logs when level=0? #1439
-
|
Is there any way to capture logs when level=0? # I used About Visual Tests whether there is a new iteration plan in the future? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The HTML reports capture stack traces for failing tests. ( 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.
The HTML reports capture stack traces for failing tests. (
--html=report.html). For each failing test, there will also be an entry in thelatest_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