~/Documents/gerrit/mediawiki/core$ git checkout master Switched to branch 'master' ~/Documents/gerrit/mediawiki/core$ chromedriver --url-base=/wd/hub --port=4444 & [1] 17247 ~/Documents/gerrit/mediawiki/core$ Starting ChromeDriver 88.0.4324.96 (68dba2d8a0b149a1d3afac56fa74648032bcf46b-refs/branch-heads/4324@{#1784}) on port 4444 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully. ~/Documents/gerrit/mediawiki/core$ npm run selenium-daily > @ selenium-daily /Users/z/Documents/gerrit/mediawiki/core > MW_SCRIPT_PATH=/w npm run selenium-test -- --mochaOpts.grep @daily > @ selenium-test /Users/z/Documents/gerrit/mediawiki/core > wdio ./tests/selenium/wdio.conf.js "--mochaOpts.grep" "@daily" Execution of 6 spec files started at 2021-02-25T17:40:53.351Z [0-0] RUNNING in chrome - /tests/selenium/wdio-mediawiki/specs/BlankPage.js [0-0] (node:17273) DeprecationWarning: Got: "options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized" [0-0] Screenshot location: /Users/z/Documents/gerrit/mediawiki/core/tests/selenium/log/BlankPage-should-have-its-title-%40daily.png [0-0] PASSED in chrome - /tests/selenium/wdio-mediawiki/specs/BlankPage.js [0-1] RUNNING in chrome - /tests/selenium/specs/page.js [0-1] (node:17299) DeprecationWarning: Got: "options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized" [0-1] [18:41:07] [S] [MWBOT] Login successful: Selenium user@https://en.wikipedia.beta.wmflabs.org/w [0-1] Screenshot location: /Users/z/Documents/gerrit/mediawiki/core/tests/selenium/log/Page-should-be-editable-%40daily.png [0-1] Screenshot location: /Users/z/Documents/gerrit/mediawiki/core/tests/selenium/log/Page-should-have-history-%40daily.png [0-1] PASSED in chrome - /tests/selenium/specs/page.js [0-2] 2021-02-25T17:41:45.315Z ERROR @wdio/runner: Error: Some reporters are still unsynced: Video at Timeout.setInterval (/Users/z/Documents/gerrit/mediawiki/core/node_modules/@wdio/runner/build/reporter.js:86:25) at ontimeout (timers.js:436:11) at tryOnTimeout (timers.js:300:5) at listOnTimeout (timers.js:263:5) at Timer.processTimers (timers.js:223:10) [0-3] 2021-02-25T17:41:51.194Z ERROR @wdio/runner: Error: Some reporters are still unsynced: Video at Timeout.setInterval (/Users/z/Documents/gerrit/mediawiki/core/node_modules/@wdio/runner/build/reporter.js:86:25) at ontimeout (timers.js:436:11) at tryOnTimeout (timers.js:300:5) at listOnTimeout (timers.js:263:5) at Timer.processTimers (timers.js:223:10) [0-4] 2021-02-25T17:41:57.053Z ERROR @wdio/runner: Error: Some reporters are still unsynced: Video at Timeout.setInterval (/Users/z/Documents/gerrit/mediawiki/core/node_modules/@wdio/runner/build/reporter.js:86:25) at ontimeout (timers.js:436:11) at tryOnTimeout (timers.js:300:5) at listOnTimeout (timers.js:263:5) at Timer.processTimers (timers.js:223:10) [0-5] RUNNING in chrome - /tests/selenium/specs/user.js [0-5] (node:17343) DeprecationWarning: Got: "options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized" [0-5] [18:42:02] [S] [MWBOT] Login successful: Selenium user@https://en.wikipedia.beta.wmflabs.org/w [0-5] Screenshot location: /Users/z/Documents/gerrit/mediawiki/core/tests/selenium/log/User-should-be-able-to-log-in-%40daily.png [0-5] PASSED in chrome - /tests/selenium/specs/user.js "dot" Reporter: .... Spec Files: 3 passed, 3 skipped, 6 total (100% completed) in 00:01:27