mediawiki-extensions-Echo/tests/selenium
Željko Filipin 6db6e95252 selenium: Delete tests disabled more than two years ago
Bug: T280652
Change-Id: I9bdff690e3a8dc0d04c093dad7603cfdd3737a50
2024-10-28 17:52:47 +01:00
..
pageobjects build: Update linters 2023-12-04 14:11:35 +00:00
specs selenium: Delete tests disabled more than two years ago 2024-10-28 17:52:47 +01: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]