@thesheps/jest-md-reporter

0.0.8 • Public • Published

@thesheps/jest-md-reporter

This daft little package hooks into your node project and outputs your test results to a markdown file.

Configuration

To install this reporter and get going, it should be as simple as:

npm i @thesheps/jest-md-reporter -D

And theeeeeeen:

	"jest": {
        // Truncated for brevity
		"reporters": [
			"default",
			[
				"@thesheps/jest-md-reporter",
				{
					"filename": "test-report.md",
					"publicPath": "./test-reports"
				}
			]
		]
	},

This'll give you some lovely test output that looks like:

This!

Contribution

This was put together over a very hungover Saturday. Totally down for contribution, hit me up!

Readme

Keywords

none

Package Sidebar

Install

npm i @thesheps/jest-md-reporter

Weekly Downloads

8

Version

0.0.8

License

MIT

Unpacked Size

4.46 kB

Total Files

5

Last publish

Collaborators

  • thesheps