jenkins-bot has submitted this change and it was merged. Change subject: Docs: Updating some Selenium documentation for MobileFrontend ......................................................................
Docs: Updating some Selenium documentation for MobileFrontend Change-Id: Ie6cec5aa20978aadee2724f226793f7d065cb5ea --- M README.mediawiki 1 file changed, 8 insertions(+), 2 deletions(-) Approvals: Jdlrobson: Looks good to me, approved jenkins-bot: Verified diff --git a/README.mediawiki b/README.mediawiki index aad00b7..9206f88 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -78,9 +78,15 @@ in the following format: mediawiki_password: <local selenium account password> -Run the tests with: +Run the tests from the MobileFrontend directory with: - bundle exec cucumber + make cucumber + +If you want to run a single set of tests, go to the MobileFrontend/tests/browser/ +directory and call 'bundle exec cucumber' with the path to the test file. For example, +to run only the watchlist tests: + + bundle exec cucumber features/watchlist.feature XML report (for Jenkins) is created at tests/browser/reports/junit. -- To view, visit https://gerrit.wikimedia.org/r/92470 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie6cec5aa20978aadee2724f226793f7d065cb5ea Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Kaldari <[email protected]> Gerrit-Reviewer: Jdlrobson <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
