Page MenuHomePhabricator
Paste P69514

./run_selenium_tests "extensions/Popups/tests/selenium/*specs/**/*.js" ".*"
ArchivedPublic

Authored by zeljkofilipin on Oct 9 2024, 12:32 PM.
~/Documents/gitlab/zfilipin/mediawiki-quickstart$ ./run_selenium_tests "extensions/Popups/tests/selenium/*specs/**/*.js" ".*"
npm warn deprecated @types/easy-table@1.2.0: This is a stub types definition. easy-table provides its own type definitions, so you do not need this installed.
npm warn deprecated har-validator@5.1.5: this library is no longer supported
npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead
npm warn deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm warn deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm warn deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm warn deprecated date-format@0.0.2: 0.x is no longer supported. Please upgrade to 4.x or higher.
npm warn deprecated superagent@6.1.0: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at <https://github.com/visionmedia/superagent/releases>. Thanks to @shadowgate15, @spence-s, and @niftylettuce. Superagent is sponsored by Forward Email at <https://forwardemail.net>.
added 1444 packages, and audited 1446 packages in 18s
158 packages are looking for funding
run `npm fund` for details
16 vulnerabilities (1 low, 4 moderate, 11 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
Installing Selenium browser binary...
Chromium 98.0.4758.0
Execution of 1 workers started at 2024-10-09T12:24:31.000Z
[0-0] RUNNING in chrome - /extensions/Popups/tests/selenium/specs/page_previews.js
[0-0] PASSED in chrome - /extensions/Popups/tests/selenium/specs/page_previews.js
"spec" Reporter:
------------------------------------------------------------------
[Chrome 98.0.4758.0 linux #0-0] Running: Chrome (v98.0.4758.0) on linux
[Chrome 98.0.4758.0 linux #0-0] Session ID: e0bdf818-97c3-463e-935e-f2e3f9086809
[Chrome 98.0.4758.0 linux #0-0]
[Chrome 98.0.4758.0 linux #0-0] » /extensions/Popups/tests/selenium/specs/page_previews.js
[Chrome 98.0.4758.0 linux #0-0] Dwelling on a valid page link
[Chrome 98.0.4758.0 linux #0-0] ✓ I should see a page preview
[Chrome 98.0.4758.0 linux #0-0] ✓ I should not see a page preview on hash fragment
[Chrome 98.0.4758.0 linux #0-0] ✓ Abandoning link hides page preview
[Chrome 98.0.4758.0 linux #0-0] ✓ Quickly hovering, abandoning and re-hovering a link shows page preview
[Chrome 98.0.4758.0 linux #0-0]
[Chrome 98.0.4758.0 linux #0-0] 4 passing (9.8s)
Spec Files: 1 passed, 1 total (100% completed) in 00:00:14
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug mediawiki-mediawiki-web-1
Learn more at https://docs.docker.com/go/debug-cli/