File: README.md

package info (click to toggle)
mediawiki-extension-codemirror 6.0.0~git20250325.399da27-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,048 kB
  • sloc: javascript: 34,669; php: 366; sh: 84; makefile: 13
file content (21 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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]