mediawiki-extensions-Visual.../tests/selenium
Željko Filipin 09668285d6 selenium: Wait for VisualEditor to load
Bug: T296187
Change-Id: Iac98690dd49b6e82062973da05ce30c6f08ba8bc
2022-02-16 14:57:13 +01:00
..
pageobjects selenium: Wait for VisualEditor to load 2022-02-16 14:57:13 +01:00
specs selenium: Wait for VisualEditor to load 2022-02-16 14:57:13 +01:00
.eslintrc.json selenium: The first test 2021-11-09 16:11:22 +01:00
README.md selenium: The first test 2021-11-09 16:11:22 +01:00
wdio.conf.js selenium: The first test 2021-11-09 16:11:22 +01:00

Selenium tests

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

Setup

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

Run all tests

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]