Zfilipin has uploaded a new change for review. Change subject: Setup for Selenium tests ......................................................................
Setup for Selenium tests RVM (.rvmrc) makes sure the correct version of Ruby is used and that all Ruby gems are installed into a sandbox (or gemset). Bundler (Gemfile and Gemfile.lock) makes sure all required Ruby gems (and versions of gems) are installed. Rake (Rakefile) makes it explicit how to run the tests. Cucumber (cucumber.yml, env.rb, sauce.rb) is the test runner. config.yml holds almost all configuration (URLs, usernames, supported browsers) Change-Id: Iea9213fa732fecd7dfde85e00d513dd332a4061a --- M .gitignore A .rvmrc A Gemfile A Gemfile.lock M README A Rakefile A config/config.yml A config/cucumber.yml A features/support/env.rb A features/support/sauce.rb 10 files changed, 282 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend refs/changes/71/39771/1 -- To view, visit https://gerrit.wikimedia.org/r/39771 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iea9213fa732fecd7dfde85e00d513dd332a4061a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
