jsonReportFilePath property

String? get jsonReportFilePath

Implementation

String? get jsonReportFilePath => logDirectory != null
    ? '${logDirectory!.path}/bones_ui_test_report.json'
    : null;