A web front-end for RSpec tests.
Add the following to your Gemfile
:
group :development do
gem 'rspec-web'
end
then run bundle install
.
gem install rspec-web
- Start up a
rspec-web
server (which actually consists of two servers; an HTTP server and a Web Socket server) - Open web browser with URL
http://localhost:4567/
- Run your specs with the formatter by using
rspec spec -f RspecWeb::Formatter
If you use guard-rspec
, you should checkout guard-rspec-web
for guard
integration
RspecWeb is released under the MIT license:
www.opensource.org/licenses/MIT
See LICENSE
for more details.