API Reference / @gtkx/testing / logScreenshotPath
Variable: logScreenshotPath
constlogScreenshotPath: (filepath) =>void
Defined in: screenshot.d.ts:16
Prints a clickable file URL for a saved screenshot to the console.
Parameters
filepath
string
Absolute path of the saved screenshot file.
Returns
void