02:06
ashley_moran joined
02:56
FatbarStewart joined
02:56
<FatbarStewart>
hi all
03:05
<FatbarStewart>
having some trouble with cucumber test
03:05
<FatbarStewart>
using within(cssSelector)
03:05
<FatbarStewart>
and it's not finding what I'm after
03:06
<FatbarStewart>
but it's there in the page
03:18
<FatbarStewart>
i guess I'm wondering whether there are any caveats with #within
03:18
<FatbarStewart>
i assume it can take a css selector that returns multiple elements
03:19
<FatbarStewart>
and will check against all those elements?
03:36
<FatbarStewart>
so if I expect to se "hello" within "td", it should pass if I have a td containing "hello" anywhere in the page?
04:13
xanderbeedle joined
06:01
<chalkers>
Hey guys - I am having problems unselecting a multiselect
06:01
<chalkers>
It's just not doing it
06:03
<chalkers>
Any pointers?
07:32
<GitHub50>
cuke4duke: 07master 03Aslak Hellesøy * 2c141c9 (3 files in 3 dirs): Make it clearer that we ignore errors. Push Scala up.
07:32
<GitHub50>
cuke4duke: 07master 03Aslak Hellesøy * 820dd84 (0 files in 0 dirs): Added a failing feature for #61.
07:32
<GitHub50>
cuke4duke: 07master 03Jon-Anders Teigen * aabb53a (6 files in 5 dirs): issue #61 - support for tables and multiline strings ...
07:32
<GitHub50>
cuke4duke: 07master 03Aslak Hellesøy * 8be9be4 (6 files in 5 dirs): Merge
07:32
<GitHub50>
cuke4duke: 07master 03Aslak Hellesøy * 336ca65 (1 files in 1 dirs): Attribution. Closes #61
07:32
<GitHub104>
cuke4duke: 0761-multiline-scala 03Jon-Anders Teigen * aabb53a (6 files in 5 dirs): issue #61 - support for tables and multiline strings ...
07:32
<GitHub104>
cuke4duke: 0761-multiline-scala 03Aslak Hellesøy * 8be9be4 (6 files in 5 dirs): Merge
08:17
<lectrick>
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?
08:36
emmanuel_oga joined
09:09
<lectrick>
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.
09:09
<lectrick>
(i looked through the webrat source)
10:51
superguenter joined
11:08
<GitHub163>
cuke4duke: 07master 03Yves Senn * 019b6fe (3 files in 3 dirs): support Cucumber::Ast::Table#map_columns! and map_headers!
11:08
<GitHub163>
cuke4duke: 07master 03Aslak Hellesøy * 019a5a7 (4 files in 4 dirs): Align new table API more with native Ruby Cucumber
11:08
<GitHub163>
cuke4duke: 07master 03Aslak Hellesøy * 090440e (10 files in 8 dirs): Merge branch 'master' into senny/table_converters
11:08
<GitHub163>
cuke4duke: 07master 03Aslak Hellesøy * a3c9352 (1 files in 1 dirs): Attribution. Closes #60.
11:26
ashley_moran joined
12:05
<ssmithstone>
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
12:10
<TheDelChop>
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
12:12
<SynrG>
i get a bunch of .xml files output in features
12:12
<SynrG>
when i do that
12:12
<TheDelChop>
really?
12:13
<TheDelChop>
what version of cucumber? In your RAILS_ROOT dir?
12:13
<SynrG>
non-rails project, so RAILS_ROOT is irrelevant
12:13
<TheDelChop>
hmm odd my just returns
12:14
<TheDelChop>
what version of ruby?
12:15
<TheDelChop>
hmmmm im at 1.9.1 I wonder if that's the issue
12:17
<SynrG>
run cucumber's own feature
12:17
<SynrG>
cucumber features/junit_formatter.feature
12:17
<SynrG>
5 scenarios (5 passed)
12:17
<SynrG>
26 steps (26 passed)
12:18
<TheDelChop>
k hold on one sec
12:18
<SynrG>
i had to copy the tree to /tmp, as it needs write permission wherever you run it
12:20
<SynrG>
(my cucumber gem was installed as root, system-wide, and i don't like to run stuff as root, especially since it writes files)
12:22
<TheDelChop>
running it now
12:22
<TheDelChop>
I get a "jeweler" gem missing
12:22
<SynrG>
yah. to get everything to run, i had to install a bunch more gems
12:23
<TheDelChop>
hmmmm alrigth, I'm also getting failures in that feature
12:23
<SynrG>
most of the ones on this list:
12:23
<TheDelChop>
question though, when I run that feature should I be running "rake cucumber features/junit_formatter.feature" or something else?
12:23
<SynrG>
i kept installing gems until all of cucumber's features ran clean
12:24
<TheDelChop>
130 scenarios (8 failed, 122 passed) 663 steps (8 failed, 28 skipped, 627 passed) 1m35.903s
12:24
<SynrG>
rake? ah, dunno. i just ran 'cucumber features/junit_formatter.feature' for the one feature
12:24
<TheDelChop>
did you have cucumber in your PATH then?
12:25
<SynrG>
/var/lib/gems/1.8/bin is in my path
12:25
<TheDelChop>
ahh maybe that's my problem then...
12:31
<TheDelChop>
Ok there we go 5 scenarios (5 passed) 26 steps (26 passed)
12:33
<TheDelChop>
nice that worked, thank you very much
13:16
<FFighter>
I'm trying to run the selenium_webrat example feature
13:17
<FFighter>
any ideas?
19:39
xanderbeedle joined
19:40
<xanderbeedle>
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?
19:40
<xanderbeedle>
It's in a text file under features/support
20:16
chriseppstein joined
20:16
<chriseppstein>
Curious: where did rails/world go?
20:18
<chriseppstein>
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.
20:46
chriseppstein joined
21:36
RobotDeathSquad joined
22:48
chriseppstein joined
23:29
chriseppstein_ joined