X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fselenium%2Fwdio.conf.js;h=6512e7db8733f031e780cf34fb93744ec670be5f;hb=88d9cc22d31b526b309c163b62b1899c813c63aa;hp=8c956c77718dde8751aa1edb8e89ad3c09d3228d;hpb=2daa2a7de1ea11b54f7e7622353ad6245bf8e346;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/selenium/wdio.conf.js b/tests/selenium/wdio.conf.js index 8c956c7771..6512e7db87 100644 --- a/tests/selenium/wdio.conf.js +++ b/tests/selenium/wdio.conf.js @@ -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