Page MenuHomePhabricator
Paste P8206

tests/selenium/README.md
ActivePublic

Authored by zeljkofilipin on Mar 15 2019, 12:41 PM.
Tags
None
Referenced Files
F34625426: tests/selenium/README.md
Aug 30 2021, 1:39 PM
F34190789: tests/selenium/README.md
Mar 25 2021, 6:32 PM
F32351610: tests/selenium/README.md
Sep 15 2020, 2:23 PM
F29602051: raw.txt
Jun 18 2019, 12:22 PM
F28392763: raw.txt
Mar 15 2019, 1:06 PM
F28392756: raw.txt
Mar 15 2019, 1:03 PM
F28392730: raw.txt
Mar 15 2019, 12:49 PM
F28392728: raw.txt
Mar 15 2019, 12:48 PM
Subscribers
None
# Selenium tests
For more information see https://www.mediawiki.org/wiki/Selenium
## Setup
See https://www.mediawiki.org/wiki/MediaWiki-Docker/Extension/Examples
## 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]

Event Timeline

zeljkofilipin edited the content of this paste. (Show Details)
zeljkofilipin updated the paste's language from autodetect to text.Mar 25 2021, 3:46 PM