Merge "objectcache: Escape dots from cache keys in StatsD metrics"
[lhc/web/wiklou.git] / tests / selenium / wdio.conf.js
index 8c956c7..6512e7d 100644 (file)
@@ -52,15 +52,11 @@ exports.config = {
 
        // ==================
        // Test Files
-       // FIXME: The non-core patterns to be removed once T199116 is fixed.
        // ==================
        specs: [
                relPath( './tests/selenium/wdio-mediawiki/specs/*.js' ),
                relPath( './tests/selenium/specs/**/*.js' )
        ],
-       // Patterns to exclude
-       exclude: [
-       ],
 
        // ============
        // Capabilities
@@ -125,7 +121,7 @@ exports.config = {
 
        // Test reporter for stdout.
        // See also: http://webdriver.io/guide/testrunner/reporters.html
-       reporters: [ 'spec', 'junit' ],
+       reporters: [ 'dot', 'junit' ],
        reporterOptions: {
                junit: {
                        outputDir: logPath