PHPackages                             ndrake0027/drupal-junit-parser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. ndrake0027/drupal-junit-parser

ActiveProject[Parsing &amp; Serialization](/categories/parsing)

ndrake0027/drupal-junit-parser
==============================

JUnit parser for Drupal behat and PHPUnit output to a simple html table.

2.1(4y ago)013.3k2PHP

Since Aug 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ndrake0027/drupaljunitparser)[ Packagist](https://packagist.org/packages/ndrake0027/drupal-junit-parser)[ RSS](/packages/ndrake0027-drupal-junit-parser/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)Dependencies (3)Versions (8)Used By (0)

drupaljunitparser
=================

[](#drupaljunitparser)

Parsers for PHPUnit and Behat junit output for drupal 8 test

Installing
----------

[](#installing)

```
composer require ndrake0027/drupaljunitparser
```

Adding directly in `composer.json`

```
"require": {
  "ndrake0027/drupaljunitparser" : "dev-master"
},

```

Example usage:

```
