mediawiki-extensions-Visual.../tests/selenium
Esther Akinloose d5825af59d selenium: Toolbar should open style text options
Bug: T296187
Change-Id: I909176da40faa64b23d0dfcafa4b9a6f62c0820e
2022-12-20 15:36:13 +00:00
..
pageobjects selenium: Toolbar should open style text options 2022-12-20 15:36:13 +00:00
specs selenium: Toolbar should open style text options 2022-12-20 15:36:13 +00:00
.eslintrc.json selenium: Add EditPage.saveComplete() 2022-06-09 14:42:02 +01:00
README.md selenium: The first test 2021-11-09 16:11:22 +01:00
wdio.conf.js selenium: Decrease logLevel from info to error 2022-12-09 13:36:56 +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]