UNPKG

datafire

Version:

[![Travis][travis-image]][travis-link] [![Downloads][downloads-image]][npm-link] [![NPM version][npm-image]][npm-link] [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://www.npmjs.com/package/datafire) <!--[![Dependency status][deps-i

22 lines (18 loc) 417 B
### 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> ```