| 28 | fullPage?: boolean; |
| 29 | } |
| 30 | export interface PageConfig { |
| 31 | waitUntil?: PuppeteerLifeCycleEvent; // when the screenshot should be taken in regards to the loaded state of the page, defaults to networkidle0 |
| 32 | timeout?: number; |
| 33 | } |
| 34 | export interface SSDiffConfig { |
| 35 | url1: string; // url of domain1 |
| 36 | url2: string; // url of domain2 |
nothing calls this directly
no outgoing calls
no test coverage detected