UNPKG

html-reporter

Version:

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

8 lines (7 loc) 179 B
export namespace SECTIONS { let RESULT: string; let META: string; } export const ERROR_KEY: "error"; export const RESULT_KEYS: "error"[]; export const KEY_DELIMITER: ".";