[CORD-1338] Inline navigation for related models

Change-Id: I58ff4a4675d1ce1140fe162f1f8360f2dc9a6527
diff --git a/conf/karma-auto.conf.js b/conf/karma-auto.conf.js
index e66de9c..db5f905 100644
--- a/conf/karma-auto.conf.js
+++ b/conf/karma-auto.conf.js
@@ -7,13 +7,13 @@
     singleRun: false,
     autoWatch: true,
     logLevel: 'INFO',
-    junitReporter: {
-      outputDir: 'test-reports'
-    },
     browsers: [
       'PhantomJS',
-      'Chrome'
+      // 'Chrome'
     ],
+    browserConsoleLogOptions: {
+      level: 'log'
+    },
     frameworks: [
       'jasmine',
       'es6-shim'