mediawiki-extensions-Popups/tests/selenium
WMDE-Fisch a3f3cf9e3f build: Update eslint 0.26.0 and apply fixes
Mainly auto fixes but also getting rid of some straight forward lint
warnings to reduce the wall of issues a bit when running the tests.

Also removing some rule exceptions that seem to got more relaxed
upstream.

Change-Id: Icb4d73374583675be74517e6df6508314d61e8c2
2024-01-12 13:50:19 -05:00
..
fixtures selenium: run tests concurrently 2023-06-30 08:52:47 +02:00
pageobjects build: Update eslint 0.26.0 and apply fixes 2024-01-12 13:50:19 -05:00
specs Remove all BetaFeature code from ReferencePreviews 2023-11-24 13:07:46 +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]