UNPKG

html-reporter

Version:

Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.

10 lines (9 loc) 195 B
export declare enum ViewMode { ALL = "all", PASSED = "passed", FAILED = "failed", RETRIED = "retried", SKIPPED = "skipped", STAGED = "staged", COMMITED = "commited" }