Skip to content

Commit

Permalink
Merge pull request #119 from ptmkenny/README
Browse files Browse the repository at this point in the history
update readme with info on running the behat command
  • Loading branch information
PurHur authored Nov 21, 2020
2 parents c042ff8 + 539425c commit c1fed08
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 c1fed08

Please sign in to comment.