0.2.3 • Published 10 years ago

hubot-rainforest v0.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Hubot-Rainforest

Hubot script to interface with Rainforest QA.

Installation

Add a dependency to your Hubot instance using NPM:

$ npm install --save hubot-rainforest

Then add this script to the external-scripts.json:

["hubot-rainforest"]

You'll need to get your Rainforest token from your Rainforest settings page, and stick it in an environment variable in your deployment. For heroku, that looks like this:

$ heroku config:set HUBOT_RAINFOREST_TOKEN <token>

Commands

> hubot rf subscribe - Subscribe the current channel to test-run status updates
> hubot rf unsubscribe - Remove this room from the subscription list
> hubot rf status - Query the last 5 test runs
> hubot rf subscriptions - List the rooms that are subscribed to status updates
0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago