Skip to content

Getting started

Viktor edited this page Mar 15, 2017 · 6 revisions

This Wiki contains the documentation for the end user of the Nunit Test Video Recorder as well as explanations and examples of usage.

0. The Workflow

The Nunit Video Recorder is based on the SharpAvi library for recording video from the screen. The implemented back-end looks for the list of MPEG-4 codecs installed in the system and selects an optimal one based on the internal SharpAvi logic. In case if there are no MPEG-4 codecs installed, Nunit Video Recorder initiates recording with the MotionJpeg codec.

Recorded video file is saved with .avi extension to the Video sub-folder of the output folder of the test project (usually it's bin\Debug\ or bin\Release\ folders, or folder with test *.dll files in case of running them via nunit-console runner). For more convenience, a separate sub-folder is created for each test class. In case if the file with the same name already exists in the sub-folder, it will be overwritten.

1. Add the Nunit Test Video Recorder to your project /TBD/.

(how to download and add as a reference, or through NuGet, or through cake, what to import to the file)

2. Attributes

(in a nutshell describe attributes and provide links to the full pages)

3. File names format

(mention about illegal symbols and dots)

Clone this wiki locally