tree: be8b2b4c9a83c771d431a70dcfd41f6c8075a225 [path history] [tgz]
  1. pageobjects/
  2. specs/
  3. .eslintrc.json
  4. README.md
  5. wdio.conf.js
tests/selenium/README.md

Selenium tests

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

Setup

See https://www.mediawiki.org/wiki/MediaWiki-Docker/Extension/Newsletter

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]