0.1.4 • Published 8 years ago

arduino-test-runner v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Arduino Test Runner

A utility for running hardware tests on Arduino inspired by Mocha. Tests are implemented on the Arduino using the TestRunner library. Tests are run and the results are aggregated by running this utility.

Prerequisites

Write your Arduino tests using the TestRunner library.

Installation

Use npm to install Arduino TestRunenr globally.

npm install arduino-test-runner -g

Usage

$ arduino-test-runner --help
Usage:
  arduino-test-runner [OPTIONS] [ARGS]

Options:
  -s, --serial [PATH]    Serial Port (Default is /dev/ttyUSB0)
  -m, --mode NUMBER      Test Mode
  -h, --help             Display help and usage details
0.1.4

8 years ago

0.1.3

8 years ago

0.1.2333

8 years ago

0.1.22

8 years ago

0.1.1

10 years ago

0.1.0

10 years ago