-
Notifications
You must be signed in to change notification settings - Fork 6
Getting started
This Wiki contains the documentation for the end user of the Nunit Test Video Recorder as well as explanations and examples of usage.
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.
(how to download and add as a reference, or through NuGet, or through cake, what to import to the file)
(in a nutshell describe attributes and provide links to the full pages)
(mention about illegal symbols and dots)