UNPKG

html-reporter

Version:

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

9 lines (8 loc) 250 B
import { DataForStaticFile } from "../../../server-utils"; declare global { interface Window { data?: DataForStaticFile; } } export declare const getAreAnalyticsEnabled: () => boolean; export declare const getCounterId: () => number;