Skip to content

Latest commit

 

History

History

junit-reporter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

bespin junit reporter

Write test results to a JUnit file.

Usage

const { Config } = require("@testingrequired/bespin-core");
const { JUnitReporter } = require("@testingrequired/bespin-junit-reporter");

module.exports = new Config().withReporter(new JUnitReporter("./junit.xml"));