mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 03:33:45 +00:00
Fix browsertests README
Change-Id: I4ec4c22a69b4cf896b0f5a719f47ea84b7faaec3
This commit is contained in:
parent
a8a129d627
commit
d079937e43
|
@ -31,13 +31,13 @@ Tests that use the "Given I create a random page using the API" step need to set
|
|||
the MEDIAWIKI_API_URL environment variable, e.g.
|
||||
export MEDIAWIKI_API_URL=http://en.wikipedia.beta.wmflabs.org/w/api.php
|
||||
|
||||
Run the tests from the RevisionSlider tests/browser directory with:
|
||||
Run the tests from the RevisionSlider/tests/browser directory with:
|
||||
|
||||
bundle exec cucumber
|
||||
|
||||
If you want to run a single set of tests, go to the tests/browser directory and
|
||||
call 'bundle exec cucumber' with the path to the test file. For example, to run
|
||||
only the watchlist tests:
|
||||
only the betafeature tests:
|
||||
|
||||
bundle exec cucumber features/betafeature.feature
|
||||
|
||||
|
|
Loading…
Reference in a new issue