Skip to content

Zebrunner Agent: C# NUnit reporting integration.

Notifications You must be signed in to change notification settings

azarouski/csharp-agent-nunit

Repository files navigation

zafira-nunit

To use it add reference to your project:

References -> Add Reference ...  bin/Realese/ZafiraIntegration.dll 

Ways to use:

1. Class attributes(should be added to all classes that need to be report): 
[ReportSuite] - for creation test suit in zafira
[ReportTest] - for creation tests 
* possible to use only one [ReportSuite]; 
** single [ReportTest] will not work

2. Extent your BaseTest class from ZafiraListener.cs(will automaticaly work with all existing tests)

About

Zebrunner Agent: C# NUnit reporting integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%