From 96d4e853e11df73111a625bf12176b0fe1ef9c4f Mon Sep 17 00:00:00 2001 From: Peter Darton Date: Thu, 20 Jul 2023 16:00:29 +0100 Subject: [PATCH] Recommend FailureBodyFormat for CircleCI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad2d096..07c9570 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ We recommend this option for [GitLab](/docs/gitlab-recommendation.md) users. When set to default, the body of a `failure` element will contain only the exception which is captured by vstest. Verbose will prepend the body with 'Expected X, Actual Y' similar to how it is displayed in the standard test output. 'Expected X, Actual Y' are normally only contained in the failure message. Additionally, Verbose will include standard output from the test in the failure message. -We recommend this option for [GitLab](/docs/gitlab-recommendation.md) users. +We recommend this option for [GitLab](/docs/gitlab-recommendation.md) and [CircleCI](/docs/circleci-recommendation.md) users. ##### Allowed Values