From aaaea65382bd1e7be9d05cbee2ac05efaf3c9fa3 Mon Sep 17 00:00:00 2001 From: Lucas Hinderberger Date: Thu, 4 Jul 2024 14:30:35 +0200 Subject: [PATCH] README: Updating example for Parallel Execution --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1ca8e6e..1197a08 100644 --- a/README.md +++ b/README.md @@ -433,14 +433,12 @@ Using `"0@file.json"` will not run that specific test. ```yaml { - "name": "Binary Comparison", - "request": { - "endpoint": "suggest", - "method": "GET" - }, - - // Path to binary file with N@ - "response": "123@simple.bin" + "name": "Example Manifest", + "tests": [ + "@setup.json", + "123@foo.json", + "@cleanup.json" + ] } ```