Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

AllureResultsUtils

Ilya Murzinov edited this page Jul 9, 2014 · 1 revision

AllureResultsUtils

There is only one public method in this class, byte[] TakeScreenshot(), the result of this method is meant to be used to create MakeAttachmentEvent.

Example:

    var evt = new MakeAttachmentEvent(AllureResultsUtils.TakeScreenShot(), "Screenshot", "image/png");
Clone this wiki locally