Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bvalosek/tape-junit
- Owner: bvalosek
- License: mit
- Created: 2014-05-14T02:18:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T17:28:37.000Z (almost 8 years ago)
- Last Synced: 2024-12-07T19:32:51.695Z (19 days ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
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