mediawiki-extensions-Visual.../tests/selenium
Željko Filipin e9ee23aace selenium: Content Editable should save an edit
Bug: T296187
Change-Id: I5a48662bb271fd49b6cfa0365e4775c8865dc5c7
2022-05-16 15:11:56 +01:00
..
pageobjects selenium: Content Editable should save an edit 2022-05-16 15:11:56 +01:00
specs selenium: Content Editable should save an edit 2022-05-16 15:11:56 +01:00
.eslintrc.json eslint: Lint all files except those in .eslintignore 2022-04-13 15:44:49 +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]