klyn.unittest.gui.TestRunnerWidget.showSaveReportDialog
method
public showSaveReportDialog(owner as Window = null) as Boolean:
Description

Opens a save-file dialog and persists the current report as JSON.

Cancellation leaves the report unchanged and returns false. Backend or persistence failures are displayed in a report tab.

Parameters
ParameterDescription
ownerWindow that owns the file dialog.
Returns

true when the report was saved.

Example
view.showSaveReportDialog(window)