From 38c81115e451dc419514e5100dd271a1a88716b0 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:54:30 +0100 Subject: [PATCH] Added docs about quotes for multiple reporters --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc1f0b20a..4b664106b 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,8 @@ $ newman run examples/sample-collection.json -r cli,json For more details on [Reporters](#reporters) and writing your own [External Reporters](#external-reporters) refer to their corresponding sections below. +In case of the warning 'could not find ... reporter' when using multiple reporters, use quotes e.g. `-r 'cli,json'` + [back to top](#table-of-contents) ## Command Line Options