Is there any way to capture logs when level=0? #1439
Answered
by
mdmintz
chenqinggang001
asked this question in
Q&A
-
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.
Answered by
mdmintz
Aug 2, 2022
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.
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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