Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andybrice/specserv
- Owner: andybrice
- License: mit
- Created: 2014-07-27T17:49:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T15:26:50.000Z (over 10 years ago)
- Last Synced: 2024-10-20T09:55:54.097Z (27 days ago)
- Language: Ruby
- Size: 246 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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