Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 588 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 588 Bytes

potential architecture for browser testing at WMF

prerequisites

  • RubyGems version >= 1.3.6

    gem environment version (sudo) gem update system

  • install Bundle

    (sudo) gem install bundler

running

bundle
rake

at the top directory. Bundle will ensure you have all of the correct gems and the rake command will run the tests.

help for ruby novices