From 9455f47b2973c99a867ee38b5bd98199cb1bae60 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Thu, 29 Aug 2024 13:22:25 +0200 Subject: [PATCH] add link to issue --- .../src/main/java/maestro/cli/runner/TestSuiteInteractor.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/maestro-cli/src/main/java/maestro/cli/runner/TestSuiteInteractor.kt b/maestro-cli/src/main/java/maestro/cli/runner/TestSuiteInteractor.kt index e101663b21..ac09701e1d 100644 --- a/maestro-cli/src/main/java/maestro/cli/runner/TestSuiteInteractor.kt +++ b/maestro-cli/src/main/java/maestro/cli/runner/TestSuiteInteractor.kt @@ -139,7 +139,9 @@ class TestSuiteInteractor( maestro: Maestro, debugOutputPath: Path ): Pair { - // TODO(bartekpacia): merge TestExecutionSummary with AI suggestions (i.e. consider them also part of the test output) + // TODO(bartekpacia): merge TestExecutionSummary with AI suggestions + // (i.e. consider them also part of the test output) + // See #1973 var flowName: String = flowFile.nameWithoutExtension var flowStatus: FlowStatus