mediawiki-extensions-Popups/tests/selenium
WMDE-Fisch b218a77ca4 Remove all BetaFeature code from ReferencePreviews
The extension is out of beta and will be enabled by default now.
Leaving some hints if we decide to also remove the feature flag.

Bug: T282999
Bug: T351708
Change-Id: I1556b2f3592294d094770ede2c276eddeef8bbe9
2023-11-24 13:07:46 +01:00
..
fixtures selenium: run tests concurrently 2023-06-30 08:52:47 +02:00
pageobjects Remove all BetaFeature code from ReferencePreviews 2023-11-24 13:07:46 +01:00
specs Remove all BetaFeature code from ReferencePreviews 2023-11-24 13:07:46 +01:00
.eslintrc.json Discourage jQuery usage in Popups extension 2023-06-13 15:39:57 -07: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]