Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andybrice/specserv

Serve test results to a web browser.
https://github.com/andybrice/specserv

Last synced: 5 days ago
JSON representation

Serve test results to a web browser.

Awesome Lists containing this project

README

        

SpecServ
========

Serves dynamically updated RSpec results from any directory as HTML

## Installation ##

Just run:

$ gem install specserv

## Usage ##

`cd` into your spec directory, run `specserv` and make a note of the port.

Then visit http://localhost:port/relative/path/to/spec_file (without the .rb extension).

Refresh the page to re-run tests.

## Dependencies ##

Requires RSpec and Sinatra

## Roadmap ##

- Become platform-agnostic, not RSpec specific.
- Overhaul aesthetics
- Navigable test-case index pages
- Support for custom formatters
- Authentication for sensitive results
- Make Rack compatible for use with any webserver

## Contributing ##

1. Fork it ( https://github.com/andybrice/specserv/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request