Tweaking your UI automation logs

with Selenium, Appium, SLF4J, Logback and Spring

Martin Schneider
FAUN — Developer Community 🐾
8 min readMar 30, 2020

--

Photo credit: auntjojo

Ideally, automated UI tests never fail. Green builds, 100% success rate, happy engineers. In reality, of course, this is not always the case. We would even question how useful tests are that never fail.

In case of a failure, the question becomes how fast we can figure out why a particular test errored…

--

--