mediawiki-extensions-Echo/tests/selenium
WMDE-Fisch ef8a472299 selenium: run tests concurrently
Bug: T226869
Change-Id: I55572d5427877364c21631db2f44f8d39b774f95
2023-06-29 15:30:28 +02:00
..
pageobjects Selenium: Update to WebdriverIO v5 2020-06-22 15:54:30 +00:00
specs selenium: Delete invisible unicode characters 2022-01-31 09:02:09 +00:00
.eslintrc.json build: Update eslint-config-wikimedia to 0.16.1 2020-06-15 16:19:00 +01:00
README.md selenium: Update README.md file 2021-05-25 16:03:45 +00:00
wdio.conf.js selenium: run tests concurrently 2023-06-29 15:30:28 +02:00

Selenium tests

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

Setup

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

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]