Skip to content

Commit

Permalink
update readme with info on running the behat command
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmkenny committed Sep 2, 2020
1 parent c042ff8 commit 539425c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 539425c

Please sign in to comment.