| 10 | import { measureTime, reportMeasurement } from class="st">'./index.js' |
| 11 | |
| 12 | interface BrowserSession { |
| 13 | close(): Promise<void> |
| 14 | hardNavigation(metricName: string, url: string): Promise<Page> |
| 15 | softNavigationByClick(metricName: string, selector: string): Promise<void> |
| 16 | reload(metricName: string): Promise<void> |
| 17 | } |
| 18 | |
| 19 | const browserOutput = Boolean(process.env.BROWSER_OUTPUT) |
| 20 |
no outgoing calls
no test coverage detected