Ruby Spinach Html Result Page

43 Views Asked by At

I've just started looking at the Spinach BDD framework and one thing I'd really like to do is to have a results HTML page generated similar to the rspec options: --format html --out rspec_results.html

Does anyone know of a way to achieve this with Spinach? Thanks!

1

There are 1 best solutions below

0
mvcNewbie On

I found that someone created a formatter. https://github.com/codegram/spinach/issues/98