mediawiki-extensions-CodeMi.../tests/selenium
sahil 1b35a907d9 selenium: Update README.md file
Bug: T282237
Change-Id: I790cb97f0c6b274ff881c87b48a5693538538e14
2021-05-24 18:10:43 +00:00
..
pageobjects Refine bracket matching styling 2021-03-08 09:26:07 +01:00
specs Browser tests for CodeMirror (wikitext 2017 editor) 2021-01-11 12:47:49 +01:00
.eslintrc.json Browser tests for CodeMirror (wikitext 2010 editor) 2021-01-08 11:01:13 +01:00
fixturecontent.js Browser tests for CodeMirror (wikitext 2010 editor) 2021-01-08 11:01:13 +01:00
highlightingfeatureflag.js Browser tests for CodeMirror (wikitext 2010 editor) 2021-01-08 11:01:13 +01:00
README.md selenium: Update README.md file 2021-05-24 18:10:43 +00:00
userpreferences.js Browser tests for CodeMirror (wikitext 2017 editor) 2021-01-11 12:47:49 +01:00
wdio.conf.js build: Updating dependencies 2021-01-29 06:50:49 +00:00

Selenium tests

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

Setup

See https://www.mediawiki.org/wiki/Extension:CodeMirror

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]