woodchipper

Simple Treeherder converter.

Usage no npm install needed!

<script type="module">
  import woodchipper from 'https://cdn.skypack.dev/woodchipper';
</script>

README

Woodchipper Build StatusCoverage Statusnpm version

A simple module and CLI utility that converts Treeherder (the successor to TBPL) output to JUnit xml.

Installation

npm install woodchipper -g

Usage

woodchipper [--version] [--help] [--format=<name>] [--timeout=<ms>] <input>

Tests

npm test
npm run coverage

Development

npm install
npm link
woodchipper

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.9.1 timeout support added
  • 0.9.0 beta release
  • 0.8.9 alpha release