Created
August 18, 2011 17:17
-
-
Save jarmo/1154564 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\my_project\ui-test>bundle install | |
Fetching source index for http://rubygems.org/ | |
... | |
Using watirsplash | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\my_project>gem install watirsplash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\my_project\ui-test>bundle exec watirsplash page search --url http://bing.com | |
create lib | |
create lib/app/page/search.rb | |
create spec | |
create spec/app/page/search_spec.rb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\my_project>watirsplash new | |
create ui-test | |
... | |
C:\my_project>cd ui-test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment