mediawiki-extensions-Popups/tests/selenium
Adam Wight cf2a10e42e Remove referencePreviews tests
These are causing trouble because of the forwards-compatibility
logic.  When Cite is present, we transparently switch to using that
code base for reference previews which means these tests are running
against the wrong code.  Dropping tests here in favor of the Cite
tests.

Bug: T355194
Change-Id: Ide1940ad1e915eee7127f36fb2a7c87b5fb6f88a
2024-03-18 13:55:20 +01:00
..
fixtures selenium: run tests concurrently 2023-06-30 08:52:47 +02:00
pageobjects Remove referencePreviews tests 2024-03-18 13:55:20 +01:00
specs Remove referencePreviews tests 2024-03-18 13:55:20 +01:00
.eslintrc.json build: Update eslint 0.26.0 and apply fixes 2024-01-12 13:50:19 -05:00
README.md selenium: Update README.md file 2021-05-24 18:04:51 +00:00
wdio.conf.js selenium: run tests concurrently 2023-06-30 08:52:47 +02:00

Selenium tests

For more information see https://www.mediawiki.org/wiki/Selenium

Setup

See https://www.mediawiki.org/wiki/MediaWiki-Docker/Extension/Popups

Run all specs

npm run selenium-test

Run specific tests

Filter by file name:

npm run selenium-test -- --spec tests/selenium/specs/[FILE-NAME]

Filter by file name and test name:

npm run selenium-test -- --spec tests/selenium/specs/[FILE-NAME] --mochaOpts.grep [TEST-NAME]