aboutsummaryrefslogtreecommitdiffstats
path: root/DEVELOPERS.md
diff options
context:
space:
mode:
authorJared Blumer <jaredgblumer@gmail.com>2021-03-14 21:29:26 -0400
committerZfilipin <zfilipin@wikimedia.org>2021-03-23 13:08:50 +0000
commitb93ce5cbec1140651572b0e782774ccff1782dd0 (patch)
tree4d83245553e679803e285ee495836a492b644997 /DEVELOPERS.md
parentb62ff2eb18edfab747f89c759922b53847865910 (diff)
downloadmediawikicore-b93ce5cbec1140651572b0e782774ccff1782dd0.tar.gz
mediawikicore-b93ce5cbec1140651572b0e782774ccff1782dd0.zip
selenium: Update documentation in DEVELOPERS.md
Please note that some tests fail. See T277054. Bug: T277427 Bug: T277054 Change-Id: I136cf19acb31fbdb4cbbaa68f3a41f617a3b1a22
Diffstat (limited to 'DEVELOPERS.md')
-rw-r--r--DEVELOPERS.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/DEVELOPERS.md b/DEVELOPERS.md
index 8124fc8e18f6..d8448c6cb12c 100644
--- a/DEVELOPERS.md
+++ b/DEVELOPERS.md
@@ -148,13 +148,9 @@ You can use [Fresh][fresh] to run [Selenium in a dedicated
container][selenium-dedicated]. Example usage:
```sh
-export MW_SERVER=http://localhost:8080
-export MW_SCRIPT_PATH=/w
-export MEDIAWIKI_USER=Admin
-export MEDIAWIKI_PASSWORD=dockerpass
fresh-node -env -net
npm ci
-npm run selenium
+npm run selenium-test
```
[selenium-dedicated]: https://www.mediawiki.org/wiki/Selenium/Node.js/Target_Local_MediaWiki_(Container)