AskUIJestHtmlStepReporter
tip
Please read the Getting started with reporting first.
info
Due to restrictions of jest-html-reporters
you can either have screenshots or video with this reporter but not both at the same time. For screenshots omit the beforeEach()
and afterEach()
hooks in jest.setup.ts
. For video do not configure a reporter
in your UiControlClient
.
Install ffmpeg
On Your System
To use this reporter you have to have ffmpeg installed on your system (including all necessary encoding libraries like libmp3lame
or libx264
).
Please follow the installation instructions for your system.