Click or drag to resize

PrintPerformanceResultsHelper Class

Framework to automate tests using Selenium WebDriver
Class which support displaying performance test results. More details on wiki.
Inheritance Hierarchy
SystemObject
  Ocaramba.HelpersPrintPerformanceResultsHelper

Namespace:  Ocaramba.Helpers
Assembly:  OcarambaLite (in OcarambaLite.dll) Version: 3.3.1
Syntax
C#
public static class PrintPerformanceResultsHelper

The PrintPerformanceResultsHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberPrintAverageDurationMillisecondsInAppVeyor
Prints the performance summary of average duration in millisecond in AppVeyor.
Public methodStatic memberPrintAverageDurationMillisecondsInTeamcity
Prints the performance summary of average duration in millisecond in TeamCity.
Public methodStatic memberPrintPercentiles90DurationMillisecondsInAppVeyor
Prints the performance summary of percentiles 90 duration in millisecond in AppVeyor.
Public methodStatic memberPrintPercentiles90DurationMillisecondsinTeamcity
Prints the performance summary of percentiles 90 duration in millisecond in Teamcity.
Public methodStatic memberPrintResultsInAppVeyor
Prints test results in AppVeyor.
Top
See Also