From 2e271852e56958e5e39e9af2da7add322e539fb7 Mon Sep 17 00:00:00 2001 From: unai Date: Thu, 2 Jul 2020 16:38:27 +0200 Subject: [PATCH] added entry in the doc for the expect_fail parameter --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b05de07..240d1fe 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,10 @@ Manifest is loaded as **template**, so you can use variables, Go **range** and * "collect_response": [ "@continue_response_pending.json", "@continue_response_processing.json" - ] + ], + + // If set to true, the test case will consider its failure as a success, useful for testing the test suite + "expect_fail": false } ```