Page MenuHomePhabricator
Paste P13761

npm run selenium-test
ArchivedPublic

Authored by zeljkofilipin on Jan 13 2021, 7:15 PM.
Tags
None
Referenced Files
F33997967: npm run selenium-test
Jan 13 2021, 7:15 PM
Subscribers
None
nobody@d106eda925b5:/core$ chromedriver --url-base=wd/hub --port=4444 &
[1] 64
nobody@d106eda925b5:/core$ Starting ChromeDriver 71.0.3578.80 on port 4444
Only local connections are allowed.
[1610565009.504][SEVERE]: bind() returned an error, errno=99: Cannot assign requested address (99)
nobody@d106eda925b5:/core$ npm run selenium-test
> @ selenium-test /core
> wdio ./tests/selenium/wdio.conf.js
Execution of 6 spec files started at 2021-01-13T19:13:07.235Z
(node:81) ExperimentalWarning: The dns.promises API is experimental
(node:81) ExperimentalWarning: The fs.promises API is experimental
[0-0] (node:90) ExperimentalWarning: The dns.promises API is experimental
[0-0] (node:90) ExperimentalWarning: The fs.promises API is experimental
[0-0] RUNNING in chrome - /tests/selenium/wdio-mediawiki/specs/BlankPage.js
[0-0] (node:90) DeprecationWarning: Got: "options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized"
[0-0] (node:90) ExperimentalWarning: Readable[Symbol.asyncIterator] is an experimental feature. This feature could change at any time
[0-0]
Screenshot location: /core/tests/selenium/log/BlankPage-should-have-its-title-%40daily.png
[0-0] Error in "BlankPage should have its title @daily"
Can't call getText on element with selector ".firstHeading" because element wasn't found
[0-0] FAILED in chrome - /tests/selenium/wdio-mediawiki/specs/BlankPage.js
[0-1] (node:177) ExperimentalWarning: The dns.promises API is experimental
[0-1] (node:177) ExperimentalWarning: The fs.promises API is experimental
[0-1] RUNNING in chrome - /tests/selenium/specs/page.js
[0-1] (node:177) DeprecationWarning: Got: "options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized"
[0-1] (node:177) ExperimentalWarning: Readable[Symbol.asyncIterator] is an experimental feature. This feature could change at any time
[0-1] Error in "Page "before all" hook for "should be previewable""
connect ECONNREFUSED 127.0.0.1:8080
[0-1] FAILED in chrome - /tests/selenium/specs/page.js
[0-2] (node:233) ExperimentalWarning: The dns.promises API is experimental
[0-2] (node:233) ExperimentalWarning: The fs.promises API is experimental
[0-2] RUNNING in chrome - /tests/selenium/specs/rollback.js
[0-2] (node:233) DeprecationWarning: Got: "options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized"
[0-2] (node:233) ExperimentalWarning: Readable[Symbol.asyncIterator] is an experimental feature. This feature could change at any time
[0-2] Error in "Rollback with confirmation "before all" hook for "should offer rollback options for admin users""
Can't call setValue on element with selector "#wpName1" because element wasn't found
[0-2] Error in "Rollback without confirmation "before all" hook for "should perform rollback via POST request without asking the user to confirm""
Can't call setValue on element with selector "#wpName1" because element wasn't found
[0-2] FAILED in chrome - /tests/selenium/specs/rollback.js
[0-3] (node:310) ExperimentalWarning: The dns.promises API is experimental
[0-3] (node:310) ExperimentalWarning: The fs.promises API is experimental
[0-3] RUNNING in chrome - /tests/selenium/specs/specialrecentchanges.js
[0-3] (node:310) DeprecationWarning: Got: "options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized"
[0-3] (node:310) ExperimentalWarning: Readable[Symbol.asyncIterator] is an experimental feature. This feature could change at any time
[0-3] Error in "Special:RecentChanges "before all" hook for "shows page creation""
connect ECONNREFUSED 127.0.0.1:8080
[0-3] FAILED in chrome - /tests/selenium/specs/specialrecentchanges.js
[0-4] (node:366) ExperimentalWarning: The dns.promises API is experimental
[0-4] (node:366) ExperimentalWarning: The fs.promises API is experimental
[0-4] RUNNING in chrome - /tests/selenium/specs/specialwatchlist.js
[0-4] (node:366) DeprecationWarning: Got: "options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized"
[0-4] (node:366) ExperimentalWarning: Readable[Symbol.asyncIterator] is an experimental feature. This feature could change at any time
[0-4] Error in "Special:Watchlist "before all" hook for "should show page with new edit""
connect ECONNREFUSED 127.0.0.1:8080
[0-4] FAILED in chrome - /tests/selenium/specs/specialwatchlist.js
[0-5] (node:422) ExperimentalWarning: The dns.promises API is experimental
[0-5] (node:422) ExperimentalWarning: The fs.promises API is experimental
[0-5] RUNNING in chrome - /tests/selenium/specs/user.js
[0-5] (node:422) DeprecationWarning: Got: "options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized"
[0-5] (node:422) ExperimentalWarning: Readable[Symbol.asyncIterator] is an experimental feature. This feature could change at any time
[0-5] Error in "User "before all" hook for "should be able to create account""
connect ECONNREFUSED 127.0.0.1:8080
[0-5] FAILED in chrome - /tests/selenium/specs/user.js
"dot" Reporter:
F
Spec Files: 0 passed, 6 failed, 6 total (100% completed) in 00:01:00
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ selenium-test: `wdio ./tests/selenium/wdio.conf.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ selenium-test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /cache/_logs/2021-01-13T19_14_07_570Z-debug.log