-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I'm trying to use mocha-junit-reporter programmatically but it doesn't seem to work. My code below:
var reporterOptions = {
"mocha-junit-reporter": {
reporterOptions: {
mochaFile: "./test-reports/unit-test-report.xml"
}
},
spec: "-",
};
mocha({
reporter: "mocha-multi",
reporterOptions: reporterOptions
})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels