Skip to content

Commit

Permalink
Document the new config value
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed May 28, 2023
1 parent 9716255 commit 65982ae
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ default:

### Config values

| config | default | Environment | Description |
| ------- | ------------- | -------------- | ----------------------------- |
| verbose | false | none | Enables/disables verbose mode |
| rootDir | /var/www/html | BEHAT_HOST | Specifies http root dir |
| host | localhost | BEHAT_ROOT_DIR | Host domain or IP |
| config | default | Environment | Description |
| ------- | ------------- | -------------- | -------------------------------------------------- |
| verbose | false | none | Enables/disables verbose mode |
| rootDir | /var/www/html | BEHAT_HOST | Specifies http root dir |
| host | localhost | BEHAT_ROOT_DIR | Host domain or IP |
| runAs | | BEHAT_RUN_AS | The username to be used to run the built-in server |

You can also use `-v` option to enable verbose mode. Example
```bash
Expand Down Expand Up @@ -78,4 +79,4 @@ class FeatureContext implements Context
}
}
}
```
```

0 comments on commit 65982ae

Please sign in to comment.