Skip to content

Commit

Permalink
add link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 29, 2024
1 parent a927e05 commit 8668cad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import java.io.File

// TODO(bartekpacia): Ideally, AI output would be in the same HTML file as "normal test output". There is no inherent reason
// to split those 2 streams of output ("normal" and "AI") into 2 separate HTML files.
// See issue #1973
class HtmlAITestSuiteReporter {

private val FlowAIOutput.htmlReportFilename
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ class TestSuiteInteractor(
maestro: Maestro,
debugOutputPath: Path
): Pair<TestExecutionSummary.FlowResult, FlowAIOutput> {
// 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
Expand Down

0 comments on commit 8668cad

Please sign in to comment.