All Projects → yandex-qatools → chef-selenium

yandex-qatools / chef-selenium

Licence: other
Chef cookbook selenium

Programming Languages

ruby
36898 projects - #4 most used programming language

One host for hub and node

Installing via chef-solo:

echo "chef chef/chef_server_url string localhost

  postfix postfix/main_mailer_type select No configuration " | debconf-set-selections

echo "deb http://apt.opscode.com/ precise-0.10 main" > /etc/apt/sources.list.d/opscode.list

apt-get update > /dev/null; apt-get install chef git-core

mkdir cookbooks && cd cookbooks

git clone git://github.com/yandex-qatools/chef-selenium.git selenium

mv selenium/recipe.json ../

cd ../ && tar czvf chef-solo.tar.gz ./cookbooks

chef-solo -j recipe.json -r chef-solo.tar.gz

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].