Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenpetryk/test-gutter
Shows test-by-test statuses in the gutter of your editor.
https://github.com/stevenpetryk/test-gutter
Last synced: 29 days ago
JSON representation
Shows test-by-test statuses in the gutter of your editor.
- Host: GitHub
- URL: https://github.com/stevenpetryk/test-gutter
- Owner: stevenpetryk
- License: mit
- Created: 2016-06-26T02:40:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-26T23:00:44.000Z (over 8 years ago)
- Last Synced: 2023-03-05T08:23:55.940Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 16.5 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TestGutter
Shows test-by-test statuses in the gutter of your editor. Inspired by Xcode.
![TestGutter demo](http://i.imgur.com/wFZdPRL.gif)
## Integrations
This plugin doesn't do anything on its own. You should instead use these implementations in
conjunction with this plugin:* RSpec: [test-gutter-rspec](https://github.com/stevenpetryk/test-gutter-rspec)
## Installation
```bash
apm install test-gutter
```## Help wanted
I have no idea what I'm doing when it comes to Atom plugins, so feel free to contribute. I just
wanted to make a sexier test runner than what was currently out there.