From a5325e8cb189a0018d04e6533db4405d51fcbac3 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Thu, 15 Sep 2016 09:55:23 +0100 Subject: [PATCH] Use console logging when running UI tests. Redirect java.util.logging to slf4j, and reduce the noise from Selenium down to just warnings and errors. --- rm-automation/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index d6e74437ce..8ff1618b8d 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -173,6 +173,17 @@ mockito-all test + + org.slf4j + slf4j-log4j12 + test + + + org.slf4j + jul-to-slf4j + 1.7.21 + test +