Skip to content

richdownie/blackboxd_gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to Screencast!

blackboxd.com/posts/9

Cucumber and Selenium-Webdriver Test Steps

Gem Dependencies: cucumber, selenium-webdriver, rspec

Add **require ‘blackboxd’** to your cucumber features/support/env.rb file and start playing with these [Steps](github.com/richdownie/blackboxd_gem/blob/master/lib/blackboxd.rb)

Example features/support/env.rb:

See [Gist](gist.github.com/richdownie/10763081)

Example Feature:

features/google_test.feature

Feature: Google test

Scenario: Click Sign In Button
  * I am on the google home page
  * I click_on "gb_70" "id"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages