From d8aea8fe41ff1b43fc746a5f23deb9cd2a837ab6 Mon Sep 17 00:00:00 2001
From: Evangelink <11340282+Evangelink@users.noreply.github.com>
Date: Wed, 3 Jun 2026 13:36:22 +0200
Subject: [PATCH] Update --show-stdout / --show-stderr help text to reflect
LLM-aware default
Mention that the default flips from 'All' to 'Failed' when an LLM/AI agent environment is detected (added in #8771).
Fixes #8772
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
.../Resources/PlatformResources.resx | 4 ++--
.../Resources/xlf/PlatformResources.cs.xlf | 8 ++++----
.../Resources/xlf/PlatformResources.de.xlf | 8 ++++----
.../Resources/xlf/PlatformResources.es.xlf | 8 ++++----
.../Resources/xlf/PlatformResources.fr.xlf | 8 ++++----
.../Resources/xlf/PlatformResources.it.xlf | 8 ++++----
.../Resources/xlf/PlatformResources.ja.xlf | 8 ++++----
.../Resources/xlf/PlatformResources.ko.xlf | 8 ++++----
.../Resources/xlf/PlatformResources.pl.xlf | 8 ++++----
.../Resources/xlf/PlatformResources.pt-BR.xlf | 8 ++++----
.../Resources/xlf/PlatformResources.ru.xlf | 8 ++++----
.../Resources/xlf/PlatformResources.tr.xlf | 8 ++++----
.../Resources/xlf/PlatformResources.zh-Hans.xlf | 8 ++++----
.../Resources/xlf/PlatformResources.zh-Hant.xlf | 8 ++++----
.../MSTest.Acceptance.IntegrationTests/HelpInfoTests.cs | 4 ++--
.../HelpInfoAllExtensionsTests.cs | 8 ++++----
.../HelpInfoTests.cs | 8 ++++----
17 files changed, 64 insertions(+), 64 deletions(-)
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/PlatformResources.resx b/src/Platform/Microsoft.Testing.Platform/Resources/PlatformResources.resx
index 09d0da24ab..75a1c37f13 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/PlatformResources.resx
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/PlatformResources.resx
@@ -660,11 +660,11 @@ Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
--show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.cs.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.cs.xlf
index 98b436a2da..9bfad02b8f 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.cs.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.cs.xlf
@@ -895,15 +895,15 @@ Platné hodnoty jsou Normal a Detailed. Výchozí hodnota je Normal.
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Určuje, kdy se má zobrazit zachycený výstup chyby testu.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Určuje, kdy se má zobrazit zachycený výstup chyby testu.
Platné hodnoty jsou All, Failed, None. Výchozí hodnota je All.Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Určuje, kdy se má zobrazit zachycený standardní výstup testu.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Určuje, kdy se má zobrazit zachycený standardní výstup testu.
Platné hodnoty jsou All, Failed, None. Výchozí hodnota je All.
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.de.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.de.xlf
index f6b53c81af..78cf52df01 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.de.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.de.xlf
@@ -895,15 +895,15 @@ Gültige Werte sind „Normal“, „Detailed“. Der Standardwert ist „Normal
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Legt fest, wann die erfasste Fehlerausgabe eines Tests angezeigt werden soll.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Legt fest, wann die erfasste Fehlerausgabe eines Tests angezeigt werden soll.
Gültige Werte sind „Alle“, „Fehlgeschlagen“ und „Keine“. Der Standardwert ist „Alle“.Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Legt fest, wann die erfasste Standardausgabe eines Tests angezeigt werden soll.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Legt fest, wann die erfasste Standardausgabe eines Tests angezeigt werden soll.
Gültige Werte sind „Alle“, „Fehlgeschlagen“ und „Keine“. Der Standardwert ist „Alle“.
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.es.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.es.xlf
index d2d9fd9da7..533774e2f2 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.es.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.es.xlf
@@ -895,15 +895,15 @@ Los valores válidos son 'Normal', 'Detallado'. El valor predeterminado es 'Norm
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Determina cuándo mostrar la salida de error capturada de una prueba.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Determina cuándo mostrar la salida de error capturada de una prueba.
Los valores válidos son "All", "Failed", "None". El valor predeterminado es "All".Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Determina cuándo mostrar la salida estándar capturada de una prueba.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Determina cuándo mostrar la salida estándar capturada de una prueba.
Los valores válidos son "All", "Failed", "None". El valor predeterminado es "All".
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.fr.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.fr.xlf
index a8d90cef54..4251f1f4e0 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.fr.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.fr.xlf
@@ -895,15 +895,15 @@ Les valeurs valides sont « Normal » et « Détaillé ». La valeur par dé
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Permet de déterminer quand afficher la sortie d’erreur capturée d’un test.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Permet de déterminer quand afficher la sortie d’erreur capturée d’un test.
Les valeurs valides sont « All », « Failed » et « None ». La valeur par défaut est « All ».Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Permet de déterminer quand afficher la sortie standard capturée d’un test.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Permet de déterminer quand afficher la sortie standard capturée d’un test.
Les valeurs valides sont « All », « Failed » et « None ». La valeur par défaut est « All ».
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.it.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.it.xlf
index b8c79073c8..283c942942 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.it.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.it.xlf
@@ -895,15 +895,15 @@ I valori validi sono 'Normal', 'Detailed'. L'impostazione predefinita è 'Normal
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Determina quando mostrare l'output degli errori acquisito di un test.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Determina quando mostrare l'output degli errori acquisito di un test.
I valori validi sono 'All', 'Failed', 'None'. L'impostazione predefinita è 'All'.Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Determina quando mostrare l'output standard acquisito di un test.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Determina quando mostrare l'output standard acquisito di un test.
I valori validi sono 'All', 'Failed', 'None'. L'impostazione predefinita è 'All'.
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ja.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ja.xlf
index 3a7aa10acc..30feab38af 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ja.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ja.xlf
@@ -896,15 +896,15 @@ Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- テストのキャプチャされたエラー出力を表示するタイミングを決定します。
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ テストのキャプチャされたエラー出力を表示するタイミングを決定します。
有効な値は 'All'、'Failed'、'None' です。既定値は 'All' です。Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- テストのキャプチャされた標準の出力を表示するタイミングを決定します。
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ テストのキャプチャされた標準の出力を表示するタイミングを決定します。
有効な値は 'All'、'Failed'、'None' です。既定値は 'All' です。
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ko.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ko.xlf
index f36b55fa54..96d9e6d8e0 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ko.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ko.xlf
@@ -895,15 +895,15 @@ Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- 테스트에서 캡처한 오류 출력을 언제 표시할지 결정합니다.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ 테스트에서 캡처한 오류 출력을 언제 표시할지 결정합니다.
유효한 값은 'All', 'Failed', 'None'입니다. 기본값은 'All'입니다.Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- 테스트에서 캡처한 표준 출력을 언제 표시할지 결정합니다.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ 테스트에서 캡처한 표준 출력을 언제 표시할지 결정합니다.
유효한 값은 'All', 'Failed', 'None'입니다. 기본값은 'All'입니다.
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pl.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pl.xlf
index 5cb1e5f5c3..b192286838 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pl.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pl.xlf
@@ -895,15 +895,15 @@ Prawidłowe wartości to „Normalne”, „Szczegółowe”. Wartość domyśln
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Określa, kiedy pokazać przechwycone dane wyjściowe błędu testu.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Określa, kiedy pokazać przechwycone dane wyjściowe błędu testu.
Prawidłowe wartości to „All”, „Failed”, „None”. Wartość domyślna to „All”.Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Określa, kiedy pokazać przechwycone standardowe dane wyjściowe testu.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Określa, kiedy pokazać przechwycone standardowe dane wyjściowe testu.
Prawidłowe wartości to „All”, „Failed”, „None”. Wartość domyślna to „All”.
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pt-BR.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pt-BR.xlf
index fbf11caad9..7aaa6399cd 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pt-BR.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pt-BR.xlf
@@ -895,15 +895,15 @@ Os valores válidos são “Normal”, “Detalhado”. O padrão é “Normal
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Determina quando mostrar a saída de erro capturada de um teste.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Determina quando mostrar a saída de erro capturada de um teste.
Os valores válidos são 'All', 'Failed', 'None'. O padrão é 'All'.Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Determina quando mostrar a saída padrão capturada de um teste.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Determina quando mostrar a saída padrão capturada de um teste.
Os valores válidos são 'All', 'Failed', 'None'. O padrão é 'All'.
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ru.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ru.xlf
index 18e0b9c0ab..871588b574 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ru.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ru.xlf
@@ -895,15 +895,15 @@ Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Определяет, когда показывать зафиксированный вывод ошибок теста.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Определяет, когда показывать зафиксированный вывод ошибок теста.
Допустимые значения: "All" (Все), "Failed" (Сбой), "None" (Нет). Значение по умолчанию — "All" (Все).Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Определяет, когда показывать зафиксированный стандартный вывод теста.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Определяет, когда показывать зафиксированный стандартный вывод теста.
Допустимые значения: "All" (Все), "Failed" (Сбой), "None" (Нет). Значение по умолчанию — "All" (Все).
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.tr.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.tr.xlf
index 54d67a24aa..49348b5d0b 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.tr.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.tr.xlf
@@ -895,15 +895,15 @@ Geçerli değerler: ‘Normal’, ‘Ayrıntılı’. Varsayılan değer: ‘Nor
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Testte yakalanan hata çıktısının ne zaman gösterileceğini belirler.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Testte yakalanan hata çıktısının ne zaman gösterileceğini belirler.
Geçerli değerler: 'Tümü', 'Başarısız', 'Yok'. Varsayılan değer: 'Tümü'.Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- Testte yakalanan standart çıktının ne zaman gösterileceğini belirler.
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ Testte yakalanan standart çıktının ne zaman gösterileceğini belirler.
Geçerli değerler: 'Tümü', 'Başarısız', 'Yok'. Varsayılan değer: 'Tümü'.
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hans.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hans.xlf
index e3572c578c..8a352e78ee 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hans.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hans.xlf
@@ -895,15 +895,15 @@ Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- 确定何时显示测试的捕获错误输出。
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ 确定何时显示测试的捕获错误输出。
有效值为“全部”、“失败”、“无”。默认值为“全部”。Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- 确定何时显示测试的捕获标准输出。
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ 确定何时显示测试的捕获标准输出。
有效值为“全部”、“失败”、“无”。默认值为“全部”。
diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hant.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hant.xlf
index 6e004ac886..e3725dd222 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hant.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hant.xlf
@@ -895,15 +895,15 @@ Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- 決定何時顯示測試擷取到的錯誤輸出。
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ 決定何時顯示測試擷取到的錯誤輸出。
有效值為「All」、「Failed」或「None」。預設值為「All」。Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All'.
- 決定何時顯示測試擷取到的標準輸出。
+Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
+ 決定何時顯示測試擷取到的標準輸出。
有效值為「All」、「Failed」或「None」。預設值為「All」。
diff --git a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/HelpInfoTests.cs b/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/HelpInfoTests.cs
index b713002d21..52bfde6422 100644
--- a/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/HelpInfoTests.cs
+++ b/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/HelpInfoTests.cs
@@ -79,10 +79,10 @@ The directory where the test results are going to be placed.
The default is TestResults in the directory that contains the test application.
--show-stderr
Determines when to show captured error output of a test.
- Valid values are 'All', 'Failed', 'None'. Default is 'All'.
+ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
--show-stdout
Determines when to show captured standard output of a test.
- Valid values are 'All', 'Failed', 'None'. Default is 'All'.
+ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
--timeout
A global test execution timeout.
Takes one argument as a time value with an explicit unit suffix. Accepted suffixes are 'ms'/'mil(s)'/'millisecond(s)', 's'/'sec(s)'/'second(s)', 'm'/'min(s)'/'minute(s)', 'h'/'hour(s)', and 'd'/'day(s)', e.g. '500ms', '5400s', '90m', '1.5h', '1d'.
diff --git a/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/HelpInfoAllExtensionsTests.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/HelpInfoAllExtensionsTests.cs
index f538177f04..665d46f922 100644
--- a/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/HelpInfoAllExtensionsTests.cs
+++ b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/HelpInfoAllExtensionsTests.cs
@@ -73,10 +73,10 @@ The directory where the test results are going to be placed.
The default is TestResults in the directory that contains the test application.
--show-stderr
Determines when to show captured error output of a test.
- Valid values are 'All', 'Failed', 'None'. Default is 'All'.
+ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
--show-stdout
Determines when to show captured standard output of a test.
- Valid values are 'All', 'Failed', 'None'. Default is 'All'.
+ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
--timeout
A global test execution timeout.
Takes one argument as a time value with an explicit unit suffix. Accepted suffixes are 'ms'/'mil(s)'/'millisecond(s)', 's'/'sec(s)'/'second(s)', 'm'/'min(s)'/'minute(s)', 'h'/'hour(s)', and 'd'/'day(s)', e.g. '500ms', '5400s', '90m', '1.5h', '1d'.
@@ -342,12 +342,12 @@ Note that this is slowing down the test execution.
Arity: 1
Hidden: False
Description: Determines when to show captured error output of a test.
- Valid values are 'All', 'Failed', 'None'. Default is 'All'.
+ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
--show-stdout
Arity: 1
Hidden: False
Description: Determines when to show captured standard output of a test.
- Valid values are 'All', 'Failed', 'None'. Default is 'All'.
+ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
Registered command line providers:
AzureDevOpsCommandLineProvider
Name: Azure DevOps report generator
diff --git a/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/HelpInfoTests.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/HelpInfoTests.cs
index 9fc3ee4d23..3168ce2510 100644
--- a/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/HelpInfoTests.cs
+++ b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/HelpInfoTests.cs
@@ -73,10 +73,10 @@ The directory where the test results are going to be placed.
The default is TestResults in the directory that contains the test application.
--show-stderr
Determines when to show captured error output of a test.
- Valid values are 'All', 'Failed', 'None'. Default is 'All'.
+ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
--show-stdout
Determines when to show captured standard output of a test.
- Valid values are 'All', 'Failed', 'None'. Default is 'All'.
+ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
--timeout
A global test execution timeout.
Takes one argument as a time value with an explicit unit suffix. Accepted suffixes are 'ms'/'mil(s)'/'millisecond(s)', 's'/'sec(s)'/'second(s)', 'm'/'min(s)'/'minute(s)', 'h'/'hour(s)', and 'd'/'day(s)', e.g. '500ms', '5400s', '90m', '1.5h', '1d'.
@@ -287,12 +287,12 @@ Note that this is slowing down the test execution\.
Arity: 1
Hidden: False
Description: Determines when to show captured error output of a test.
- Valid values are 'All', 'Failed', 'None'. Default is 'All'.
+ Valid values are 'All', 'Failed', 'None'. Default is 'All' \(or 'Failed' when an LLM/AI agent environment is detected\).
--show-stdout
Arity: 1
Hidden: False
Description: Determines when to show captured standard output of a test.
- Valid values are 'All', 'Failed', 'None'. Default is 'All'.
+ Valid values are 'All', 'Failed', 'None'. Default is 'All' \(or 'Failed' when an LLM/AI agent environment is detected\).
Registered command line providers:
There are no registered command line providers.
Registered tools: