# arduino-test-runner

> Utility for displaying the output of Arduino sketches that use the Arduino TestRunner utility.

Latest version **0.1.4** (published 2016-08-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install arduino-test-runner
pnpm add arduino-test-runner
yarn add arduino-test-runner
bun add arduino-test-runner
```

Provides the command `arduino-test-runner`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2016-08-25 |
| First published | 2014-10-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Kris Barrett |
| Maintainers | krisbarrett |
| Keywords | arduino, testing |

## Links

- npm: https://www.npmjs.com/package/arduino-test-runner
- Repository: https://github.com/crispytronics/arduino-test-runner
- Homepage: https://github.com/crispytronics/arduino-test-runner#readme
- Issues: https://github.com/crispytronics/arduino-test-runner/issues
- npm.io page: https://npm.io/package/arduino-test-runner

## Dependencies (3)

- [cli](https://npm.io/package/cli.md) ^0.6.5
- [colors](https://npm.io/package/colors.md) ^1.0.3
- [serialport](https://npm.io/package/serialport.md) ^4.0.1

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 0.1.4 (latest) — 2016-08-25
- 0.1.3 — 2016-08-24
- 0.1.2333 — 2016-08-24
- 0.1.22 — 2015-12-08
- 0.1.1 — 2014-10-30
- 0.1.0 — 2014-10-30

## README

# Arduino Test Runner
A utility for running hardware tests on Arduino inspired by [Mocha](https://github.com/mochajs/mocha).  Tests are implemented on the Arduino using the [TestRunner](https://github.com/crispytronics/TestRunner) library.  Tests are run and the results are aggregated by running this utility.

## Prerequisites
Write your Arduino tests using the [TestRunner](https://github.com/crispytronics/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

```

---
_Source: https://npm.io/package/arduino-test-runner · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
