How do I run a Cucumber feature in Ruby?
Step1: Install Ruby first. Step 2: Download the Dev Kit and extract it. Step 3: Install Cucumber and additional Ruby gems Step 4: Install IDE – KOMODO Step 5: Install Watir Open a command prompt and type “gem install watir.” Step 6: Install rspec Run the command “gem install rspec” from the command prompt. Step 7: Make a feature file Step 8: Create a step definition file Step 9: Create the test file Step 10: Open the feature file and run it.