import { gotoPage, getDataHtml, getAPIResultHtml } from './e2e' import { compareScreenshot } from './screenshot' import type { CompareScreenshotOptions } from './screenshot' export { compareScreenshot, gotoPage, getDataHtml, getAPIResultHtml, } export type { CompareScreenshotOptions }