Displaying 3 results from an estimated 3 matches for "cucmber".
Did you mean:
cucumber
2009 Apr 19
1
Cucmber: Mysql::Error: query: not connected: ROLLBACK
Hi,
I ran in trouble with unexpected rollbacks using cucumber 0.3.0.
My feature-file looks like
Scenario: Create Valid Item
Given I start
and the step is
Given /^I start$/ do
get "/items"
end
In my log/test.log I get
SQL (0.2ms) SET NAMES ''utf8''
SQL (0.2ms) SET SQL_AUTO_IS_NULL=0
SQL (0.1ms) BEGIN
Processing ItemsController#index
2010 Jul 22
1
Updates to cucmber-vhost - guineapigs wanted! :)
Hi all,
For those of you that are using cucumber for Continuous Integration or
similar I've created a set of steps that enable you to use cobbler and
cucumber to auto-provision using Libvirt.
I've just made some changes to the code however I don't have access to
all the hardware/software required to test it fully.
If you are able to, please check out the code from
2009 May 01
2
Plugin to generate text logs using cucumber.
Hi,
I was able to run the scenarios using rake features in cucmber,
All the respective results are displayed in colour in std output.
is there any plugin using which i can capture these results(that are
generated at run time).
Please let me know the procedure to capture these logs in to a files.
--
Posted via http://www.ruby-forum.com/.