BettererTestResultSummary
API > @betterer/betterer > BettererTestResultSummary
The summary of the result of a BettererTest.
Signature
export interface BettererTestResultSummary
Properties
| Property | Type | Description |
|---|---|---|
| details | BettererTestResultSummaryDetails | The printed result of the test. |
| isFileTest | false | Specifies that the test is a BettererTest. |
| name | string | The name of the test. |