Traditional Rspec HTML reports through Story Runner?

Hi,

I am currently using the story runner HTML

ruby aut.rb -fh:“C:\C:\rspec_reports\aut.htm”

Is it possible to also produce the traditional Rspec HTML reports
through Story Runner as well

Aidy

On Thu, Aug 14, 2008 at 4:47 AM, aidy lewis [email protected]
wrote:

Hi,

I am currently using the story runner HTML

ruby aut.rb -fh:“C:\C:\rspec_reports\aut.htm”

Is it possible to also produce the traditional Rspec HTML reports
through Story Runner as well

There is no formatter for that, but you could write one.

Hi David,

2008/8/14 David C. [email protected]:

There is no formatter for that, but you could write one.

OK. Initially I think I will look into a simple dashboard that will
link to each of the Story HTML files.

Aidy