Includes runner reporters for TeamCity, AppVeyor, Verbose and Quiet output for test runners. Supports .NET 4.5.2 or later, .NET Standard 1.1, .NET Standard 1.5, and .NET Core 1.0 or later.
Make your Xunit test methods self-determine to report a "skipped" result. Useful for such cases as "not supported on this platform" results or other environmental inputs.
This package is renamed to SpecResults: https://www.nuget.org/packages/SpecResults
Converts OpenCover reports to Cobertura reports.
Formerly known as SpecFlow.Reporting: generate SpecFlow testresult reports.
Allows NBench tests to be discovered, executed, reported, and debugged using xUnit in ReSharper, and Visual Studio Test Explorer. Please refer to the project Url for usage information: https://github.com/Pro-Coded/Pro.NBench.xUnit
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov, or lcov into human readable reports in various formats. The reports show the coverage quotas and also visualize which lines of your source code have been covered. Use this package if your project is based on .NET Core and you want to use ReportGenerator as a (global) 'DotnetTool'. Installation: dotnet tool install -g dotnet-reportgenerator-globaltool dotnet tool install dotnet-reportgenerator-globaltool --tool-path tools dotnet new tool-manifest dotnet tool install dotnet-reportgenerator-globaltool Usage: reportgenerator [options] tools\reportgenerator.exe [options] dotnet reportgenerator [options]
OpenPop.NET is an open source implementation of a POP3 client and a robust MIME parser written in C#. It allows developers easy access to email on a POP3 server in a matter of minutes. The project is backed by several hundred test cases and is therefore believed to be very robust. If you find a bug, please report this by sending an email to hpop-users@lists.sourceforge.net. POP3 Client Features - Easy to use POP3 client - Support for plain TCP or TLS/SSL connections - Authentication methods supported - - Plain - - APOP - - CRAM-MD5 (RFC 2195) - CAPA capabilities command supported (RFC 2449) MIME Parsing Features - Preserves the MIME email hierarchy - Easy access to different MediaType parts of the email - Headers are parsed into strong types and are easy to examine - Includes robust decoders for - - QuotedPrintable - - Base64 - - EncodedWord - - Continuation and encoding of header fields (RFC 2231) - Emails are fully persistable
Sink for Serilog to report log messages into ReportPortal
ReportGenerator converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats. The reports do not only show the coverage quota, but also include the source code and visualize which line has been covered. Use this package if your project is based on .NET Core 2.x and you want to use ReportGenerator as a 'DotnetCliTool'. Warning: This package is intended for .NET Core 2.x. It will not work with .NET Core 3.x. Consider the dotnet-reportgenerator-globaltool for .NET Core 3.x: https://www.nuget.org/packages/dotnet-reportgenerator-globaltool Installation: Add the following element to your project file: <ItemGroup> <DotNetCliToolReference Include="dotnet-reportgenerator-cli" Version="x.y.z" /> </ItemGroup> Usage: dotnet reportgenerator [options]
Makes it possible to run BDDfy tests using Xunit parallel test execution without causing all the BDDfy reporting to become garbled due to it writing to the Console.
Simple Network Management Protocol Open Source library written in c# with support for SNMP version 1, 2c and 3. Support for Get, Get-Next, Get-Bulk and Set requests, Response and Report replies and Trap, V2Trap and Inform Notifications is implemented. SNMP version 1 Traps have a dedicated packet class SnmpV1TrapPacket because they are substantially different from other SNMP version 1 packets. SNMP version 2 and 3 V2Trap parsing is included in the general request/response parsing class for each protocol. Inform handling for both SNMP version 2 and 3 is included and tested. In version 3, V2Trap and Inform support for authentication and privacy is included. SNMP version 3 currently support noAuthNoPriv (no privacy and no authentication) security model, authNoPriv using MD5 and SHA-1 authentication and authPriv using, again, MD5 and SHA-1 authentication with DES, AES-128, AES-192, AES-256 and TripleDES privacy encryption. Derived from: https://sourceforge.net/projects/snmpsharpnet/
NUnitOrange is now discontinued and superseded by ReportUnit (http://reportunit.relevantcodes.com/), its replacement, which now generates reports for several other test-runners besides NUnit NUnitOrange creates masonry style HTML reports for NUnit. Its a simple Console application that creates easy to use, attractive dashboard. It shows the XML output from NUnit in a presentable manner with charts, graphs and tables.
An open source code coverage tool (branch and sequence point) for all .NET Frameworks 2 and above (including Silverlight). Also capable of handling 32 and 64 bit processes. Use ReportGenerator 1.9 for best viewing results (also available via Nuget).
This package is a fork of xUnit.net. It contains all of the original functionality with the addition of enhanced test display names as described in PR 828 (https://github.com/xunit/xunit/pull/828) and proposed in Issue 759 (https://github.com/xunit/xunit/issues/759). The possible options are defined in the new TestMethodDisplayOptions enumeration. To enable all enhanced display name options, you must add the "xunit.methodDisplayOptions" application setting with the value "all". You must also use the "more.xunit.runner.visualstudio" package. The class and method name options are still controlled by the TestMethodDisplay enumeration and the "xunit.methodDisplay" application setting. Includes runner reporters for TeamCity, AppVeyor, Verbose and Quiet output for test runners. Supports .NET 4.5.2 or later, .NET Standard 1.1, .NET Standard 1.5, and .NET Core 1.0 or later.
This QUnit support for ASP.NET MVC. You may also use it for ASP.NET Webforms, but the css folder will not be on the default location. QUnit is a powerful, easy-to-use, JavaScript test suite. It's used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code (and even capable of testing JavaScript code on the server-side). QUnit is especially useful for regression testing: Whenever a bug is reported, write a test that asserts the existence of that particular bug. Then fix it and commit both. Every time you work on the code again, run the tests. If the bug comes up again - a regression - you'll spot it immediately and know how to fix it, because you know what code you just changed. Having good unit test coverage makes safe refactoring easy and cheap. You can run the tests after each small refactoring step and always know what change broke something. QUnit is similar to other unit testing frameworks like JUnit, but makes use of the features JavaScript provides and helps with testing code in the browser, eg. with it's stop/start facilities for testing asynchronous code.
Highlight source code in Report Portal where test failed
Track and classify technical debt at the source code level and report on it.
Appender for Log4Net to report log messages into ReportPortal
Simple Network Management Protocol Open Source library written in c# with support for SNMP version 1, 2c and 3. Support for Get, Get-Next, Get-Bulk and Set requests, Response and Report replies and Trap, V2Trap and Inform Notifications is implemented. SNMP version 1 Traps have a dedicated packet class SnmpV1TrapPacket because they are substantially different from other SNMP version 1 packets. SNMP version 2 and 3 V2Trap parsing is included in the general request/response parsing class for each protocol. Inform handling for both SNMP version 2 and 3 is included and tested. In version 3, V2Trap and Inform support for authentication and privacy is included. SNMP version 3 currently support noAuthNoPriv (no privacy and no authentication) security model, authNoPriv using MD5 and SHA-1 authentication and authPriv using, again, MD5 and SHA-1 authentication with DES, AES-128, AES-192, AES-256 and TripleDES privacy encryption.
Breakdance is a testing framework for managing the dangerous dance of shipping public APIs. This package in particular helps generate API reports for OData APIs, and compare them against a prior unit test run. That way, if something in the API surface changed, the unit test will fail.
Static HTML Reporter.
Appender for NLog to report log messages into ReportPortal
Support for testing of REST services for the test automation framework TAF. "Never send a human to do the work of a machine." TAF.Rest provides capabilities to execute testing of REST services and verifying different aspects of the responses - in the test context, logging and, reporting mechanisms provided by the TAF framework. TAF is a test automation framework to quickly get a stable test automation framework in place rather than having to create it yourself. There are TAF packages for test automation for REST, WPF, and web. Also a Java version exist, supporting web, rich Java GUI, and REST. TAF also separates the driver (like Selenium, Windows.Automation, RestSharp) and the runner (for example NUnit) from the tests to ease transition of test solution when technologies and tools become obsolete.
Don't investigate skipped tests in Report Portal
iutest is framework for writing C++ tests. Supports automatic tests discovery, include only, value- and type- parameterized tests, XML test report, inform- and assume- flavor, and japanese test name, matchers, etc...
Elastic Search Reporter.
Create Html reports from your NUnit tests This is a translation from NUnit2ReportTask.cs (http://weblogs.asp.net/thangchung/archive/2010/12/17/generating-report-for-nunit.aspx) The purpose is to create a Console version from: "NUnit2ReportTask"
Breakdance is a testing framework for managing the dangerous dance of shipping public APIs. This package in particular helps generate public API reports for any .NET assembly, and compare them against a prior unit test run. That way, if something in the API sirface changed, the unit test will fail.
Breakdance is a testing framework for managing the dangerous dance of shipping public APIs. This package in particular helps generate reports for the function naming conventions expected by the Restier framework, so you can check if your functions are being found and executed.
An open source code coverage tool (branch and sequence point) for all .NET Frameworks 2 and above (including Silverlight). Also capable of handling 32 and 64 bit processes. Use ReportGenerator for best viewing results (also available via Nuget).