Git Product home page Git Product logo

spec-xunit-file's Introduction

spec-xunit-file

Mocha test reporter. Displays 'spec' reporter output to stdout and generates a xunit XML file in background.

Based upon xunit-file reporter

How to use

  1. Install spec-xunit-file
> npm install --save-dev spec-xunit-file
  1. If using mocha cli with use the -R or --reporter option
> mocha -R spec-xunit-file

or

> mocha --reporter spec-xunit-file

Options

The xunit output file is saved by default in a file called xunit.xml in the current directory i.e. process.cwd()/xunit.xml

To override this file or location use the XUNIT_FILE environment varrible

> XUNIT_FILE=output/xunit.xml mocha -R xunit-file

Set LOG_XUNIT environment variable, if you want the output in the console and xml file.

> LOG_XUNIT=true mocha -R xunit-file

Credits

This reporter is based on xunit-file which in-turn based on the original xunit reporter from mocha only writing the result in an xml file.

spec-xunit-file's People

Contributors

cybo42 avatar knorrium avatar fracmak avatar

Watchers

James Cloos avatar Aaron Abrams avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.