Method: LearnTest::Dependencies::Protractor#install
- Defined in:
- lib/learn_test/dependencies/protractor.rb
#install ⇒ Object
8 9 10 11 12 13 |
# File 'lib/learn_test/dependencies/protractor.rb', line 8 def install print_installing('protractor') run_install('npm install -g protractor') puts 'Updating webdriver-manager...'.green run_install('webdriver-manager update') end |