Feb 08 00:57
Feb 08 01:26
Feb 08 01:44
danlucraft1 joined #cucumber
Feb 08 02:00
Feb 08 02:06
ashley_moran joined #cucumber
Feb 08 02:22
Feb 08 02:32
josephwilk joined #cucumber
Feb 08 02:54
jeanmartin joined #cucumber
FatbarStewart joined #cucumber
Feb 08 03:05
having some trouble with cucumber test
using within(cssSelector)
and it's not finding what I'm after
but it's there in the page
Feb 08 03:18
i guess I'm wondering whether there are any caveats with #within
i assume it can take a css selector that returns multiple elements
benlovell joined #cucumber
and will check against all those elements?
Feb 08 03:34
alberto_pm joined #cucumber
so if I expect to se "hello" within "td", it should pass if I have a td containing "hello" anywhere in the page?
Feb 08 03:56
Feb 08 04:09
FatbarStewart left #cucumber
xanderbeedle joined #cucumber
Feb 08 04:34
danlucraft1 joined #cucumber
Feb 08 04:51
fearoffish joined #cucumber
svenfuchs joined #cucumber
Feb 08 05:12
jasherai joined #cucumber
Feb 08 06:01
chalkers joined #cucumber
Hey guys - I am having problems unselecting a multiselect
Feb 08 06:06
benlovell joined #cucumber
Feb 08 06:21
benlovell joined #cucumber
Feb 08 06:41
mattwynne joined #cucumber
Feb 08 07:06
pdelgallego joined #cucumber
Feb 08 07:23
Feb 08 07:32
GitHub50 joined #cucumber
cuke4duke: 07master 03Aslak Hellesøy * 2c141c9 (3 files in 3 dirs): Make it clearer that we ignore errors. Push Scala up.
cuke4duke: 07master 03Aslak Hellesøy * 820dd84 (0 files in 0 dirs): Added a failing feature for #61.
cuke4duke: 07master 03Jon-Anders Teigen * aabb53a (6 files in 5 dirs): issue #61 - support for tables and multiline strings ...
cuke4duke: 07master 03Aslak Hellesøy * 8be9be4 (6 files in 5 dirs): Merge
cuke4duke: 07master 03Aslak Hellesøy * 336ca65 (1 files in 1 dirs): Attribution. Closes #61
GitHub104 joined #cucumber
cuke4duke: 0761-multiline-scala 03Jon-Anders Teigen * aabb53a (6 files in 5 dirs): issue #61 - support for tables and multiline strings ...
cuke4duke: 0761-multiline-scala 03Aslak Hellesøy * 8be9be4 (6 files in 5 dirs): Merge
jhenderson joined #cucumber
Feb 08 07:47
Feb 08 08:17
lectrick joined #cucumber
I'm sure others have run into this circumstance before. What is the best way to handle repeating controls all with the same name, when trying to get Cucumber to "press" the right one, such as a series of "Add" buttons?
Feb 08 08:30
bdimcheff joined #cucumber
Feb 08 08:36
emmanueloga joined #cucumber
emmanuel_oga joined #cucumber
Feb 08 08:53
dfr|work joined #cucumber
charleyb joined #cucumber
Feb 08 08:59
dfr|work joined #cucumber
Feb 08 09:06
altogether joined #cucumber
The answer to my question is, add an ID or name attribute to the element and "press" based on that, although if it's not a user-friendly value the feature doesn't read easy.
(i looked through the webrat source)
Feb 08 09:18
ghnatiuk joined #cucumber
Feb 08 09:32
Feb 08 10:02
bdimcheff_ joined #cucumber
Feb 08 10:12
kschrader joined #cucumber
Feb 08 10:51
superguenter joined #cucumber
Feb 08 10:58
raidfive joined #cucumber
Feb 08 11:08
GitHub163 joined #cucumber
cuke4duke: 07master 03Yves Senn * 019b6fe (3 files in 3 dirs): support Cucumber::Ast::Table#map_columns! and map_headers!
cuke4duke: 07master 03Aslak Hellesøy * 019a5a7 (4 files in 4 dirs): Align new table API more with native Ruby Cucumber
cuke4duke: 07master 03Aslak Hellesøy * 090440e (10 files in 8 dirs): Merge branch 'master' into senny/table_converters
cuke4duke: 07master 03Aslak Hellesøy * a3c9352 (1 files in 1 dirs): Attribution. Closes #60.
Feb 08 11:26
ashley_moran joined #cucumber
Feb 08 11:41
Feb 08 11:49
lectrick joined #cucumber
Feb 08 11:55
superpuppy joined #cucumber
Feb 08 12:04
ssmithstone joined #cucumber
any one available to help me getting selenium-webdriver working on os when using capybara and the @selenium tag in my scenario, at the minute the terminal just stays there
Feb 08 12:09
TheDelChop joined #cucumber
Can someone explain to me how to get cucumver to output JUnit like results? If I run rake cucumber -f junit --out features I get nothing
emmanueloga joined #cucumber
i get a bunch of .xml files output in features
what version of cucumber? In your RAILS_ROOT dir?
non-rails project, so RAILS_ROOT is irrelevant
Feb 08 12:14
hmmmm im at 1.9.1 I wonder if that's the issue
run cucumber's own feature
cucumber features/junit_formatter.feature
i had to copy the tree to /tmp, as it needs write permission wherever you run it
Feb 08 12:20
(my cucumber gem was installed as root, system-wide, and i don't like to run stuff as root, especially since it writes files)
I get a "jeweler" gem missing
yah. to get everything to run, i had to install a bunch more gems
hmmmm alrigth, I'm also getting failures in that feature
most of the ones on this list:
question though, when I run that feature should I be running "rake cucumber features/junit_formatter.feature" or something else?
i kept installing gems until all of cucumber's features ran clean
130 scenarios (8 failed, 122 passed) 663 steps (8 failed, 28 skipped, 627 passed) 1m35.903s
rake? ah, dunno. i just ran 'cucumber features/junit_formatter.feature' for the one feature
did you have cucumber in your PATH then?
/var/lib/gems/1.8/bin is in my path
Feb 08 12:25
ahh maybe that's my problem then...
j2sentient joined #cucumber
Feb 08 12:31
Ok there we go 5 scenarios (5 passed) 26 steps (26 passed)
nice that worked, thank you very much
Feb 08 12:41
Feb 08 12:47
werdnativ joined #cucumber
josephwilk joined #cucumber
Feb 08 13:00
superpuppy joined #cucumber
Feb 08 13:16
FFighter joined #cucumber
I'm trying to run the selenium_webrat example feature
josephwi_ joined #cucumber
Feb 08 13:26
MarkMenard joined #cucumber
Feb 08 14:16
altogether joined #cucumber
ghnatiuk joined #cucumber
Feb 08 14:44
pdelgallego joined #cucumber
Feb 08 15:08
Feb 08 15:22
chalkers joined #cucumber
Feb 08 15:29
FFighter joined #cucumber
Feb 08 15:35
svenfuchs joined #cucumber
Feb 08 15:48
Feb 08 16:01
Feb 08 16:10
chalkers joined #cucumber
Feb 08 16:37
kschrader_ joined #cucumber
Feb 08 16:57
chalkers joined #cucumber
Feb 08 17:04
kschrader joined #cucumber
Feb 08 17:30
kschrader joined #cucumber
Feb 08 17:54
Feb 08 18:03
jhchabran joined #cucumber
Feb 08 18:26
kschrader joined #cucumber
Feb 08 18:33
Feb 08 18:43
Feb 08 18:56
urbanmonk joined #cucumber
Feb 08 19:06
raidfive joined #cucumber
Feb 08 19:39
xanderbeedle joined #cucumber
Hi everyone. I'm trying to load up some example text that I stored in my features/support folder, during a cucumber run. Any idea how?
It's in a text file under features/support
Feb 08 20:16
chriseppstein joined #cucumber
Curious: where did rails/world go?
We're bumping to 0.5.0 for this release since all of the Rails code has now moved to a new gem - cucumber-rails.
Feb 08 20:46
chriseppstein joined #cucumber
Feb 08 21:36
RobotDeathSquad joined #cucumber
Feb 08 21:44
anathematic joined #cucumber
Feb 08 22:31