Hi, I am still using story-runner and have not moved over to Cucumber. HTML files are coloured created, however I am unable to save the stack trace when errors occur. What are others doing? Will the move to Cucumber help me? Aidy
On Thu, Sep 11, 2008 at 11:47 AM, aidy lewis <aidy.lewis at googlemail.com> wrote:> Hi, > > I am still using story-runner and have not moved over to Cucumber. > HTML files are coloured created, however I am unable to save the stack > trace when errors occur. What are others doing? Will the move to > Cucumber help me? >What does "save stacktrace" mean? Aslak> Aidy > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Hi Aslak, 2008/9/11 aslak hellesoy <aslak.hellesoy at gmail.com>:> On Thu, Sep 11, 2008 at 11:47 AM, aidy lewis <aidy.lewis at googlemail.com> wrote: >> Hi, >> >> I am still using story-runner and have not moved over to Cucumber. >> HTML files are coloured created, however I am unable to save the stack >> trace when errors occur. What are others doing? Will the move to >> Cucumber help me? >> > > What does "save stacktrace" mean? >When I get an exception I would like to log the trace somewhere. Aidy
Hi Aslak, 2008/9/11 aslak hellesoy <aslak.hellesoy at gmail.com>:> On Thu, Sep 11, 2008 at 11:47 AM, aidy lewis <aidy.lewis at googlemail.com> wrote: >> Hi, >> >> I am still using story-runner and have not moved over to Cucumber. >> HTML files are coloured created, however I am unable to save the stack >> trace when errors occur. What are others doing? Will the move to >> Cucumber help me? >> > > What does "save stacktrace" mean? >When I get an exception I would like to log the trace somewhere. Aidy
aidy lewis wrote:> Hi Aslak, > > 2008/9/11 aslak hellesoy <aslak.hellesoy at gmail.com>: >> > When I get an exception I would like to log the trace somewhere. > > AidyHello, I''m using Cucumber and the HTML formatter gives me nice error traces on failures Example: Error contacting Yahoo Boss web-service (Boss::BossError) ./steps/../../lib/boss/api.rb:60:in `search_boss'' ./steps/../../lib/boss/api.rb:31:in `search_web'' ./steps/web_search_steps.rb:18:in ` /I do a ''(.+)'' search for ''(.+)''/'' web_search.feature:13:in `/I do a ''(.+)'' search for ''(.+)''/'' -- Joseph Wilk http://www.joesniff.co.uk -- Posted via http://www.ruby-forum.com/.