Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
AliakseiSavanchuk edited this page Nov 2, 2016 · 6 revisions

Allure C# Commons

C# implementation of Allure core events.

This library is intended to be used to create so-called adapters for different C# testing frameworks, for example NUnit, XUnit. The purpose of the adapter is to produce special xml files which are nesessary to generate a report using, for example, Allure command line interface.

Example of the adapter can be found in Allure NUnit adapter repo.

Public API

Public API of this implementation is quite similar to Java API.

Clone this wiki locally