Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bvalosek/tape-junit

Output JUnit XML from tape-driven tests
https://github.com/bvalosek/tape-junit

Last synced: 10 days ago
JSON representation

Output JUnit XML from tape-driven tests

Awesome Lists containing this project

README

        

# tape-junit

[![Build Status](https://travis-ci.org/bvalosek/tape-junit.png?branch=master)](https://travis-ci.org/bvalosek/tape-junit)
[![NPM version](https://badge.fury.io/js/tape-junit.png)](http://badge.fury.io/js/tape-junit)

Output JUnit XML on `stdout` from `tape`-driven tests.

> This project is still pre-1.0 and not yet considered stable.

## Installation

```
$ npm install tape-junit
```

## Usage

### Command Line

```
$ tape-junit tests/**/*.js
```

## Testing

```
$ npm test
```

## License

MIT