Jdlrobson has uploaded a new change for review.
https://gerrit.wikimedia.org/r/73028
Change subject: Makefile: Add make qa command
......................................................................
Makefile: Add make qa command
make it more obvious how to run the acceptance tests
Change-Id: I677a42afeaaaf61d3a839cd484d3017f3d38cc3d
---
M Makefile
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/28/73028/1
diff --git a/Makefile b/Makefile
index a2ded98..ef49570 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,11 @@
tests: jshint phpunit qunit
+# FIXME: inconsistent MEDIAWIKI_URL
+qa:
+ echo Please ensure you have a user account for User:Selenium_user
+ MEDIAWIKI_URL=${MEDIAWIKI_URL}/index.php/ && cd tests/acceptance &&
bundle exec cucumber -f pretty
+
installhooks:
ln -sf ${PWD}/scripts/pre-commit .git/hooks/pre-commit
ln -sf ${PWD}/scripts/pre-rebase .git/hooks/pre-rebase
--
To view, visit https://gerrit.wikimedia.org/r/73028
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I677a42afeaaaf61d3a839cd484d3017f3d38cc3d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits