1.0.11 • Published 3 years ago

jest-video-reporter v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

A jest video recorder based on ffmpeg.

Installation

yarn add jest-video-reporter --dev

Usage

Configure Jest to process the test results by adding the following entry to the Jest config (jest.config.json):

"reporters": [
	"default",
	["jest-video-reporter", {
		"fileName": "result.mkv",
		"input: "0:0"
	}]
]

As you run Jest from within the terminal, a video file called result.mkv will be created within your root folder containing information about your tests.

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago