datafire
Version:
[![Travis][travis-image]][travis-link] [![Downloads][downloads-image]][npm-link] [![NPM version][npm-image]][npm-link] [](https://www.npmjs.com/package/datafire) <!--[![Dependency status][deps-i
22 lines (18 loc) • 417 B
Markdown
### Tests
Tests allow you to save a particular set of inputs and accounts for a given action, so that
the action can be run manually with the DataFire command-line tool.
```yaml
tests:
get_torvalds:
action: github/users.username.get
input:
username: torvalds
get_norvig:
action: github/users.username.get
input:
username: norvig
```
Run a test with:
```
datafire test <test_id>
```