Cmcmahon has submitted this change and it was merged. Change subject: Make it easy to run tests using PhantomJS ......................................................................
Make it easy to run tests using PhantomJS If BROWSER_LABEL environment variable is not set, tests will run using Firefox. If it is set, the tests will run using the browser provided in the variable. Example for PhantomJS: $ export BROWSER_LABEL=phantomjs Change-Id: Idbab16f03c297899e34fda0724cf3099087c9e80 --- M tests/acceptance/features/support/env.rb 1 file changed, 7 insertions(+), 1 deletion(-) Approvals: Cmcmahon: Verified; Looks good to me, approved jenkins-bot: Checked -- To view, visit https://gerrit.wikimedia.org/r/45327 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idbab16f03c297899e34fda0724cf3099087c9e80 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Mgrover <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
