Provides a factory function for a StatsCollector object.
- Source:
Type Definitions
StatsCollector
- Source:
Properties:
Name | Type | Description |
---|---|---|
suites | number | integer count of suites run. |
tests | number | integer count of tests run. |
passes | number | integer count of passing tests. |
pending | number | integer count of pending tests. |
failures | number | integer count of failed tests. |
start | Date | time when testing began. |
end | Date | time when testing concluded. |
duration | number | number of msecs that testing took. |
Test statistics collector.
Type:
- Object