How to use the mochawesome.call function in mochawesome

To help you get started, we’ve selected a few mochawesome examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Automattic / wp-calypso / test / e2e / lib / reporter / lib / spec-xunit-reporter.js View on Github external
function SpecXUnit( runner ) {
	mochawesome.call( this, runner, {
		reporterOptions: {
			overwrite: false,
			html: false,
			json: true,
			reportDir: 'ma-reports',
		},
	} );
	XUnit.call( this, runner, { reporterOptions: { output: reportName } } );
}

mochawesome

A gorgeous reporter for Mocha.js

MIT
Latest version published 2 years ago

Package Health Score

70 / 100
Full package analysis

Popular mochawesome functions