arduino-test-runner

0.1.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i arduino-test-runner

Weekly Downloads

0

Version

0.1.4

License

MIT

Last publish

Collaborators

  • krisbarrett