This is my favorite collection If you are interesting it, Lets make a friend ~ ...
How to Build up selenium-cucumber environment on MAC Setup Selenium on MAC Make sure your java and homebrew is setup mkdir -p ~/Selenium && cd $_ curl -S -s -L https://goo.gl/s519kT > run-selenium chmod +x run-selenium && mv run-selenium /usr/local/bin run-selenium init Start Selenium run-selenium start Setup selenium-cucumber You need to have Ruby installed. Verify your installation by running ruby -v in a terminal - it should...