From c497c5ccdee50c25e80f8c4f9f2e428c35853ccd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 12:15:00 +0000 Subject: [PATCH] backport of commit aafe934e39e68c566ff229be0c23ad66462c2956 (#37170) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mattias Fjellström <36640518+mattias-fjellstrom@users.noreply.github.com> --- internal/command/test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/internal/command/test.go b/internal/command/test.go index 8b236fe779..42ff7157fa 100644 --- a/internal/command/test.go +++ b/internal/command/test.go @@ -57,6 +57,11 @@ Options: -json If specified, machine readable output will be printed in JSON format + -junit-xml=path Saves a test report in JUnit XML format to the specified + file. This is currently incompatible with remote test + execution using the the -cloud-run option. The file path + must be relative or absolute. + -no-color If specified, output won't contain any color. -parallelism=n Limit the number of concurrent operations within the