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) 349 B
export namespace types { let FIND_SAME_DIFFS: string; let SCREENSHOT_ACCEPTER: string; let STATIC_ACCEPTER_CONFIRM: string; } export { default as FindSameDiffs } from "./find-same-diffs"; export { default as ScreenshotAccepter } from "./screenshot-accepter"; export { default as StaticAccepterConfirm } from "./static-accepter-confirm";