Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yields/gravy
saucelabs
https://github.com/yields/gravy
Last synced: 2 months ago
JSON representation
saucelabs
- Host: GitHub
- URL: https://github.com/yields/gravy
- Owner: yields
- Created: 2013-12-21T16:47:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T01:23:06.000Z (over 10 years ago)
- Last Synced: 2024-10-19T21:46:56.323Z (2 months ago)
- Language: JavaScript
- Size: 246 KB
- Stars: 44
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# gravy
```js
gravy('project-name', 'user-name', 'access-key')
.browser('ie9..11')
.browser('safari')
.browser('chrome')
.browser('firefox')
.reporter(gravy.reporters.grid())
.test('http://localhost:3000');
```![](https://i.cloudup.com/MQH9EeXAC3.png)
## Installation
Install with [component(1)](http://component.io):
$ component install yields/gravy
$ npm install gravy## API
### Gravy(project, user, key)
Initialize with `project` name `user` and `key`.
#### #reporter(fn)
Set the reporter.
#### #add / #browser
Add a browser.
```js
add('ie6...11');
add('safari7');
add('chrome');
add('chrome31 OSX 10.9');
```#### #test(url)
Point webdriver at `url`.
## License
MIT