mediawiki-extensions-Popups/tests/selenium
Umherirrender 3573232c21 build: Updating npm dependencies
* eslint-config-wikimedia: 0.22.1 → 0.24.0
* @wikimedia/mw-node-qunit: 6.3.3 → 7.0.0

Change-Id: I348eb70bfc6c1d6c922c8290152926183712dee1
2023-04-03 23:14:47 +02:00
..
fixtures Expand tests to include hash fragment behaviour 2023-01-30 19:25:22 +00:00
pageobjects Expand tests to include hash fragment behaviour 2023-01-30 19:25:22 +00:00
specs Expand tests to include hash fragment behaviour 2023-01-30 19:25:22 +00:00
.eslintrc.json build: Updating npm dependencies 2023-04-03 23:14:47 +02:00
README.md selenium: Update README.md file 2021-05-24 18:04:51 +00:00
wdio.conf.js selenium: Update wdio-mediawiki 2021-07-28 16:35:31 +05:30

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]