0.0.8 • Published 2 years ago

@thesheps/jest-md-reporter v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@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!

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago