From 539425c19ed32172fc5697089599ad5e8f8052ce Mon Sep 17 00:00:00 2001 From: Patrick Kenny Date: Wed, 2 Sep 2020 17:41:55 +0900 Subject: [PATCH] update readme with info on running the behat command --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 75aae84..5a28856 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,16 @@ default: loop_break: true ``` +### Command line options + +Add the following to your behat command to print a report: + +`behat --format html --out MYDIRECTORY` + +Setting the format to html will output the various reports that you configure below (Behat2, Twig, Minimal, etc.) + +You also need to specify the output directory for the reports as MYDIRECTORY. + ## Configuration ### Formatter configuration