资源说明:A basic test setup using cucumber and selenium
h1. Quick Start h2. Requirements The following setup should work: * Mac OS X 10.6 * Rubygems version >= 1.3.7 * bundler gem * Firefox >=3.5 *Important:* Your Firefox must be installed in @/Applications/Firefox.app@! h2. Installation h1. Quick Start h2. Requirements The following setup should work: * Mac OS X 10.6 * Rubygems version >= 1.3.7 * bundler gem * Firefox >=3.5 *Important:* Your Firefox must be installed in @/Applications/Firefox.app@! h2. Installation # *Open _Terminal_ @/Applications/Utilities/Terminal.app@* # *Create a project folder:*mkdir -p /tmp/projects/workspace/ cd /tmp/projects/workspace/# *Load examples from Github:*git clone https://github.com/KieranHayes/cucumber_uat.git "start-cucumber"# *Go into the new folder*cd start-cucumber# *Run bundle install*bundle install# *Run cucumber on the command line:*cucumber CUCUMBER_HOST=http://www.spiegel.de/h2. Usage Modify the examples within @features/@ foldermate .h2. Documentation * "How to use cucumber":http://wiki.github.com/aslakhellesoy/cucumber/ * "Explanation of the capybara dsl":http://github.com/jnicklas/capybara
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。