UNPKG

html-reporter

Version:

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

11 lines (10 loc) 319 B
/** * The following is modified based on source found in * https://github.com/vitejs/vite and https://github.com/facebook/create-react-app * * MIT Licensed * Copyright (c) 2015-present, Facebook, Inc. * * Modified for use in html-reporter. */ export declare function openBrowser(url: string): Promise<boolean>;