jest-gh-md-reporter

0.0.2 • Public • Published

jest-gh-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 jest-gh-md-reporter

And theeeeeeen:

	"jest": {
        // Truncated for brevity
		"reporters": [
			"default",
			[
				"jest-gh-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 jest-gh-md-reporter

Weekly Downloads

806

Version

0.0.2

License

MIT

Unpacked Size

4.43 kB

Total Files

5

Last publish

Collaborators

  • thesheps