RSpec to HTML
With the RSpec -f
(format) and -o
(out) flags, and you can generate HTML representations of your test suite.
$ rspec spec/features/my_spec.rb -f html -o test_run.html
$ open test_run.html
Ready for a presentation, email, or archiving.
Tweet