1.0.11 • Published 4 years ago

jest-video-reporter v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago