mediawiki-extensions-Echo/tests/selenium
Ed Sanders 2f61c46cf0 build: Update linters
Change-Id: I234e460ce1d1887af17c90cb9536aea76e295ca8
2023-12-04 14:11:35 +00:00
..
pageobjects build: Update linters 2023-12-04 14:11:35 +00:00
specs selenium: Delete invisible unicode characters 2022-01-31 09:02:09 +00:00
.eslintrc.json
README.md
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]