
Cucumber and Watir 101
3 years ago
Showing how to get started with Cucumber and Watir
FLV
00:05:41
1 Related collection
| Date | Plays | Likes | Comments |
|---|---|---|---|
| Totals | 7,121 | 13 | 7 |
| Feb 14th | 4 | 0 | 0 |
| Feb 13th | 11 | 0 | 0 |
| Feb 12th | 4 | 0 | 0 |
| Feb 11th | 2 | 0 | 0 |
| Feb 10th | 17 | 0 | 0 |
| Feb 9th | 6 | 0 | 0 |
| Feb 8th | 3 | 0 | 0 |
-
Vimeo: About / Blog / Developers / Jobs /
Community Guidelines /
Help Center / Video School / Music Store / Site Map
/ Vimeo
or
-
Legal: TM + ©2012 Vimeo, LLC. All rights reserved. / Terms of Service / Privacy Statement / Copyright

Prev week
BROWSER.text.should include("Austin Workshop on Test Automation")
If the text is not on the page (which you show at 04:04), Cucumber will print what was actually there, instead of saying "expected true, got false", which isn't very helpful.
But that's a small detail really.
I have checked out even the Quicktime version but no audio neither there.
Am I missing something?
Thanks and have a nice day.
finally I have time to take a deep look of cucumber with watir. The code is quite self-explicative but I'm wandering if there is a way to use rails routes instead absolute url.
let us say I want to something like
Given /^I am on (.+)$/ do |page_name|
BROWSER.goto(path_to(page_name))
end
unfortunately the code above doesn't work: when I run cucumber the step passes but the browser tries to open 'file:///'
Any ideas about that?
THANKS and have a good 1!